From 175797713c910d350d71249003910493aaf0dd67 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Wed, 28 Mar 2012 12:47:05 -0700 Subject: Minor typo fixes in LSL tooltips. Reviewed with Stinson Linden. --- indra/newview/skins/default/xui/en/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 749f0e9ad9..af3c4eab24 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -787,9 +787,9 @@ Sets the script timer to zero float llGetAndResetTime() Returns the script time in seconds and then resets the script timer to zero - + llSound(string sound, float volume, integer queue, integer loop) -Plays sound at volume and whether it should loop or not +Plays sound at volume and whether it should loop or not. llPlaySound(string sound, float volume) @@ -1665,7 +1665,7 @@ Returns a list containing results of the sent query integer llModPow(integer a, integer b, integer c) -Returns a raised to the b power, mod c. ( (a**b)%c ) +Returns a raised to the b power, mod c. ( (a**b)%c ) b is capped at 0xFFFF (16 bits). -- cgit v1.2.3