diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-12 06:50:22 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-12 06:50:22 -0400 |
commit | 64a34c13703155679a9cba3057b785ff8d55a070 (patch) | |
tree | fad9ddb8069293c5b5716c6b3c6ed993746ff170 /indra/newview/skins/default | |
parent | eb227e4dbc45fb10e32bb391ce0553d34ad93284 (diff) |
minor ui tweaks from review
Diffstat (limited to 'indra/newview/skins/default')
3 files changed, 10 insertions, 44 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_autoreplace.xml b/indra/newview/skins/default/xui/en/floater_autoreplace.xml index 1a19e51c21..0bfefc8abe 100644 --- a/indra/newview/skins/default/xui/en/floater_autoreplace.xml +++ b/indra/newview/skins/default/xui/en/floater_autoreplace.xml @@ -3,20 +3,20 @@ border="true" can_close="true" can_minimize="true" - bottom="400" - left="300" can_resize="false" + help_topic="autoreplace_settings" + save_rect="true" height="455" width="490" name="autoreplace_floater" - title="Autoreplace Settings"> + title="Auto-Replace Settings"> <check_box bottom_delta="30" left_delta="15" height="16" width="100" follows="left|top" - label="Enable Autoreplace" + label="Enable Auto-Replace" name="autoreplace_enable" tool_tip="As you enter chat text, replace any of the keywords entered with the corresponding replacement"/> <view_border diff --git a/indra/newview/skins/default/xui/en/floater_spellcheck.xml b/indra/newview/skins/default/xui/en/floater_spellcheck.xml index 786b830ad9..76a350dd29 100644 --- a/indra/newview/skins/default/xui/en/floater_spellcheck.xml +++ b/indra/newview/skins/default/xui/en/floater_spellcheck.xml @@ -3,10 +3,10 @@ border="true" can_close="true" can_minimize="true" - bottom="300" - left="300" + save_rect="true" + help_topic="spelling_settings" can_resize="false" - height="355" + height="315" width="490" name="spellcheck_floater" title="Spell Checker Settings"> @@ -157,38 +157,4 @@ name="spellcheck_import_btn" top_delta="0" width="80" /> - <view_border - top_pad="10" - left="2" - height="0" - width="491" - follows="left|top" - bevel_style="none" - border_thickness="1" - mouse_opaque="false" - name="divisor4"/> - <button - top_pad="8" - right="380" - height="22" - width="90" - enabled="true" - follows="left|top" - mouse_opaque="true" - halign="center" - scale_image="true" - name="spellcheck_ok" - label="OK" /> - <button - top_delta="0" - right="480" - height="22" - width="90" - enabled="true" - follows="left|top" - mouse_opaque="true" - halign="center" - scale_image="true" - name="spellcheck_cancel" - label="Cancel" /> </floater> diff --git a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml index 4297c75d65..27193a984f 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml @@ -207,7 +207,7 @@ <button follows="left|top" height="23" - label="Chat Translation Settings" + label="Translation..." layout="topleft" left="30" name="ok_btn" @@ -224,7 +224,7 @@ left_pad="5" name="autoreplace_showgui" commit_callback.function="Pref.AutoReplace" - label="AutoReplace Settings" + label="Auto-Replace..." width="150"> </button> <button @@ -235,7 +235,7 @@ left_pad="5" name="spellcheck_showgui" commit_callback.function="Pref.SpellChecker" - label="Spell Checker Settings" + label="Spell Checking..." width="150"> </button> |