diff options
author | Jonathan Yap <none@none> | 2010-12-13 16:48:25 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2010-12-13 16:48:25 -0500 |
commit | f421e8701b3ef5b0230b06602fc5e937382ccc68 (patch) | |
tree | d207a0a50033c98e49b9796b8cae2f3c2133940f /indra | |
parent | e27bcbe0d20c87556b0bcb1e3feaaea6544d3e16 (diff) |
llTextBox tooltip -- add missing ) and change wording from "dialog box" to "window"
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 51fba470cb..752bb6ed3a 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -1716,8 +1716,8 @@ integer llGetRegionAgentCount() Returns the number of avatars in the region </string> <string name="LSLTipText_llTextBox" translate="false"> -llTextBox(key avatar, string message, integer chat_channel -Shows a dialog box on the avatar's screen with the message. +llTextBox(key avatar, string message, integer chat_channel) +Shows a window on the avatar's screen with the message. It contains a text box for input, and if entered that text is chatted on chat_channel. </string> <string name="LSLTipText_llGetAgentLanguage" translate="false"> |