diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-14 15:30:57 +0200 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-14 17:20:01 +0200 | 
| commit | df59c061cf039fa372abea63ece87e4eb3150725 (patch) | |
| tree | 55614600c9c633aa36de64cba278b38402751217 | |
| parent | a4431fe12f84d1c2a90d82603d670a0a4bb756e3 (diff) | |
SL-11841 Correct setting
| -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 73fa8e0b61..6c36fa6f09 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8341,7 +8341,7 @@      <key>PushToTalkToggle</key>      <map>        <key>Comment</key> -      <string>Should the push-to-talk button behave as a toggle</string> +      <string>Should the push-to-talk toolbar button behave as a toggle</string>        <key>Persist</key>        <integer>1</integer>        <key>Type</key> | 
