diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-31 15:47:03 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-08-31 15:47:03 +0300 |
commit | 2cbb3d32af0c1ca77c64c2539f67c8a33a3fc6dd (patch) | |
tree | 36d7c57ae8e818a14f66036b395e92aa5bbcc201 | |
parent | ae5781f907e4415b48e404f33e56920fbf311288 (diff) |
MAINT-7554 Fixed missing description
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 4154c96378..9f82eb5b85 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -815,7 +815,7 @@ <key>FramePerSecondLimit</key> <map> <key>Comment</key> - <string>Test</string> + <string>Controls upper limit of frames per second</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |