Skip to content

Commit

Permalink
Fix llDialog tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed Feb 2, 2015
1 parent a9593e6 commit ac0afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/skins/default/xui/en-us/strings.xml
Expand Up @@ -1401,7 +1401,7 @@ integer llScriptDanger(vector pos)
Returns TRUE if pos is over public land, sandbox land, land that doesn't allow everyone to edit and build, or land that doesn't allow outside scripts
</string>
<string name="LSLTipText_llDialog">
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>
Expand Down

0 comments on commit ac0afbc

Please sign in to comment.