diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-05 14:53:24 +0200 | 
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-05 14:53:24 +0200 | 
| commit | ff002e65f85aa8613cc9a49bd2ec68a754defd70 (patch) | |
| tree | 303bd692467dd859f7c62677cff7e5d4dda9a497 | |
| parent | 81c7bdea5a98b214f03807ddccd9b80182d31d4f (diff) | |
SL-10991 Renamed button to highlight that these are voice options
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_sound.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml index c2995393fd..73fe36a8b4 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml @@ -475,12 +475,12 @@     follows="left|top"     height="23"     is_toggle="true" -   label="Input/Output devices" +   label="Voice Input/Output devices"     layout="topleft"     left="20"     top_pad="6"     name="device_settings_btn" -   width="190"> +   width="230">    </button>      <panel      layout="topleft"  | 
