Fix missing ) at the end of llTextBox description tooltip.

This commit is contained in:
Inusaito Sayori
2015-02-05 00:38:17 -05:00
parent 3620e537ab
commit 6b9c53c3c0

View File

@@ -1770,7 +1770,7 @@ integer llGetRegionAgentCount()
Returns the number of avatars in the region
</string>
<string name="LSLTipText_llTextBox">
llTextBox(key avatar, string message, integer chat_channel
llTextBox(key avatar, string message, integer chat_channel)
Shows a dialog box on the avatar&apos;s screen with the message.
It contains a text box for input, and if entered that text is chatted on chat_channel.
</string>