From 6b9c53c3c03f62fb38c39f4b7f2d9468c20eba99 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 5 Feb 2015 00:38:17 -0500 Subject: [PATCH] Fix missing ) at the end of llTextBox description tooltip. --- indra/newview/skins/default/xui/en-us/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/skins/default/xui/en-us/strings.xml b/indra/newview/skins/default/xui/en-us/strings.xml index 468eea93f..bd7c3af1f 100644 --- a/indra/newview/skins/default/xui/en-us/strings.xml +++ b/indra/newview/skins/default/xui/en-us/strings.xml @@ -1770,7 +1770,7 @@ integer llGetRegionAgentCount() Returns the number of avatars in the region -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. It contains a text box for input, and if entered that text is chatted on chat_channel.