diff options
author | McCabe Maxsted | 2010-11-12 22:37:16 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-11-12 22:37:16 -0700 |
commit | a2fe83a4b8788f78c7f35b3b7e56ce38b628dd15 (patch) | |
tree | 755270bc83bf25c72755b612b3a969120854f3c4 /linden/indra/newview/skins/default | |
parent | Added info to DisableInternalFlyUpAnimation to clarify it's local machine only (diff) | |
download | meta-impy-a2fe83a4b8788f78c7f35b3b7e56ce38b628dd15.zip meta-impy-a2fe83a4b8788f78c7f35b3b7e56ce38b628dd15.tar.gz meta-impy-a2fe83a4b8788f78c7f35b3b7e56ce38b628dd15.tar.bz2 meta-impy-a2fe83a4b8788f78c7f35b3b7e56ce38b628dd15.tar.xz |
Fixed command line window missing a name for translation (patch by Eryn)
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml b/linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml index 35f47b5..13b334b 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml | |||
@@ -47,7 +47,7 @@ | |||
47 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | 47 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" |
48 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | 48 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" |
49 | tool_tip="" name="CmdLineChatbarCalc" control_name="CmdLineChatbarCalc" width="200"/> | 49 | tool_tip="" name="CmdLineChatbarCalc" control_name="CmdLineChatbarCalc" width="200"/> |
50 | <text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | 50 | <text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" name="add_autokorrect" |
51 | width="512">Add autocorrect word(cmd list|bad|good)</text> | 51 | width="512">Add autocorrect word(cmd list|bad|good)</text> |
52 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | 52 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" |
53 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | 53 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" |
@@ -105,4 +105,4 @@ | |||
105 | <button bottom="-40" follows="left|top" font="SansSerifSmall" height="18" label="?" | 105 | <button bottom="-40" follows="left|top" font="SansSerifSmall" height="18" label="?" |
106 | name="Help_CmdLine" tool_tip="Click here for help regarding the settings in this page." | 106 | name="Help_CmdLine" tool_tip="Click here for help regarding the settings in this page." |
107 | right="-10" width="18"/> | 107 | right="-10" width="18"/> |
108 | </floater> \ No newline at end of file | 108 | </floater> |