Fix missing ) at the end of llTextBox description tooltip.
This commit is contained in:
@@ -1770,7 +1770,7 @@ integer llGetRegionAgentCount()
|
|||||||
Returns the number of avatars in the region
|
Returns the number of avatars in the region
|
||||||
</string>
|
</string>
|
||||||
<string name="LSLTipText_llTextBox">
|
<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's screen with the message.
|
Shows a dialog box 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.
|
It contains a text box for input, and if entered that text is chatted on chat_channel.
|
||||||
</string>
|
</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user