Skip to content

Commit e4c7513

Browse files
committed
add better description
Signed-off-by: Wojciech Czerski <[email protected]>
1 parent 041b8db commit e4c7513

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gems/FPSProfiler/Code/Source/Configurations/FPSProfilerConfig.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ namespace FPSProfiler::Configs
3737
AZ::Edit::UIHandlers::Default,
3838
&FileSaveSettings::m_AutoSave,
3939
"Auto Save",
40-
"When enabled, system will auto save after specified frame occurrence.")
40+
"When enabled, system will auto save after specified frame occurrence. Recommended for optimization and long "
41+
"recordings.")
4142
->Attribute(AZ::Edit::Attributes::ChangeNotify, AZ::Edit::PropertyRefreshLevels::EntireTree)
4243

4344
->DataElement(
@@ -58,7 +59,8 @@ namespace FPSProfiler::Configs
5859
AZ::Edit::UIHandlers::Default,
5960
&FileSaveSettings::m_SaveWithTimestamp,
6061
"Timestamp",
61-
"When enabled, system will save files with timestamp postfix of current date, hour, minutes and seconds.");
62+
"When enabled, the system will save files with a timestamp postfix of the current date, hour, minutes, and "
63+
"seconds. This allows you to save automatically without manual input each time.");
6264
}
6365
}
6466
}

0 commit comments

Comments
 (0)