summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2012-07-31 10:37:50 -0700
committerKelly Washington <kelly@lindenlab.com>2012-07-31 10:37:50 -0700
commit62379fd7628afa5ce1b104ff66b26821ce740c29 (patch)
tree66cffe326926fa03a09663ea9f3d981c4db89391 /indra/newview/skins/default
parent0ccecbe966a1a19b7625efba304ef3071b2265cb (diff)
MAINT-1305 llDialog tooltip typo
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r--indra/newview/skins/default/xui/en/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 866ea296c3..1d5163e725 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -1446,7 +1446,7 @@ integer llScriptDanger(vector pos)
Returns TRUE if pos is over public land, sandbox land, land that doesn&apos;t allow everyone to edit and build, or land that doesn&apos;t allow outside scripts
</string>
<string name="LSLTipText_llDialog" translate="false">
-llDialog(key avatar, string message, list buttons, integer chat_channel
+llDialog(key avatar, string message, list buttons, integer chat_channel)
Shows a dialog box on the avatar&apos;s screen with a message and up to 12 buttons.
If a button is pressed, the avatar says the text of the button label on chat_channel.
</string>