diff options
| author | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2011-04-05 12:37:03 -0400 | 
|---|---|---|
| committer | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2011-04-05 12:37:03 -0400 | 
| commit | 3c5dc8b9d3a71d2fdcaee83858c7a02a2813f892 (patch) | |
| tree | bebad2f2e5282b38cab936920b07e2219a93a91e | |
| parent | 2787be7d3558c3ca1ed15863e875612b1b27ec78 (diff) | |
STORM-1098 : Made change to debug setting description for ShowNetStatus
| -rw-r--r-- | doc/contributions.txt | 1 | ||||
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/doc/contributions.txt b/doc/contributions.txt index 71c54e8624..82f7407c5c 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -864,6 +864,7 @@ WolfPup Lowenhar  	STORM-674  	STORM-776  	STORM-825 +	STORM-1098  	VWR-20741  	VWR-20933  Zai Lynch diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index dd85c5cb86..490558337b 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9557,7 +9557,7 @@      <key>ShowNetStats</key>      <map>        <key>Comment</key> -      <string>Show the Search Bar in the Status Overlay</string> +      <string>Show the Status Indicators for the Viewer and Network Usage in the Status Overlay</string>        <key>Persist</key>        <integer>1</integer>        <key>Type</key> | 
