diff options
| author | James Cook <james@lindenlab.com> | 2009-12-04 10:56:19 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-12-04 10:56:19 -0800 | 
| commit | fa8b2135f5eaf92b24abe79f908a62e7e2c0a076 (patch) | |
| tree | 4262266a4b752a7599170b9a75a60f8d4956cd0b /indra/newview/app_settings | |
| parent | 5b695ac56a7fbbb4d1f63bccb0c147c46e56ebcf (diff) | |
| parent | ab6134c2310bae6aa68565b6a31093c123713135 (diff) | |
merge
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 37 | 
1 files changed, 24 insertions, 13 deletions
| diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 6252bd002e..b301d784f9 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3706,7 +3706,18 @@        <key>Type</key>        <string>F32</string>        <key>Value</key> -      <real>0.15</real> +      <real>0.5</real> +    </map>  +	<key>InspectorShowTime</key> +    <map> +      <key>Comment</key> +      <string>Stay timing for inspectors</string> +      <key>Persist</key> +      <integer>1</integer> +      <key>Type</key> +      <string>F32</string> +      <key>Value</key> +      <real>3.0</real>      </map>       <key>InstallLanguage</key>      <map> @@ -7967,7 +7978,7 @@      <key>ShowPGSearchAll</key>          <map>        <key>Comment</key> -      <string>Display results of search All that are flagged as PG</string> +      <string>Display results of search All that are flagged as general</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -7980,7 +7991,7 @@      <key>ShowMatureSearchAll</key>      <map>        <key>Comment</key> -      <string>Display results of search All that are flagged as mature</string> +      <string>Display results of search All that are flagged as moderate</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8006,7 +8017,7 @@      <key>ShowPGGroups</key>      <map>        <key>Comment</key> -      <string>Display results of find groups that are flagged as PG</string> +      <string>Display results of find groups that are flagged as general</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8019,7 +8030,7 @@      <key>ShowMatureGroups</key>      <map>        <key>Comment</key> -      <string>Display results of find groups that are flagged as mature</string> +      <string>Display results of find groups that are flagged as moderate</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8045,7 +8056,7 @@      <key>ShowPGClassifieds</key>      <map>        <key>Comment</key> -      <string>Display results of find classifieds that are flagged as PG</string> +      <string>Display results of find classifieds that are flagged as general</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8058,7 +8069,7 @@      <key>ShowMatureClassifieds</key>      <map>        <key>Comment</key> -      <string>Display results of find classifieds that are flagged as mature</string> +      <string>Display results of find classifieds that are flagged as moderate</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8084,7 +8095,7 @@      <key>ShowPGEvents</key>      <map>        <key>Comment</key> -      <string>Display results of find events that are flagged as PG</string> +      <string>Display results of find events that are flagged as general</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8097,7 +8108,7 @@      <key>ShowMatureEvents</key>      <map>        <key>Comment</key> -      <string>Display results of find events that are flagged as mature</string> +      <string>Display results of find events that are flagged as moderate</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8123,7 +8134,7 @@      <key>ShowPGLand</key>      <map>        <key>Comment</key> -      <string>Display results of find land sales that are flagged as PG</string> +      <string>Display results of find land sales that are flagged as general</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8136,7 +8147,7 @@      <key>ShowMatureLand</key>      <map>        <key>Comment</key> -      <string>Display results of find land sales that are flagged as mature</string> +      <string>Display results of find land sales that are flagged as moderate</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8162,7 +8173,7 @@      <key>ShowPGSims</key>      <map>        <key>Comment</key> -      <string>Display results of find places or find popular that are in PG sims</string> +      <string>Display results of find places or find popular that are in general sims</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> @@ -8175,7 +8186,7 @@      <key>ShowMatureSims</key>      <map>        <key>Comment</key> -      <string>Display results of find places or find popular that are in mature sims</string> +      <string>Display results of find places or find popular that are in moderate sims</string>        <key>Persist</key>        <integer>1</integer>  	  <key>HideFromEditor</key> | 
