diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2012-03-28 12:47:05 -0700 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2012-03-28 12:47:05 -0700 |
commit | 175797713c910d350d71249003910493aaf0dd67 (patch) | |
tree | d57c4a571ccb04786c7b68553ab53dc3d0739297 | |
parent | 5722c5923cb763a165c50c1d2be426b2e532ea65 (diff) |
Minor typo fixes in LSL tooltips.
Reviewed with Stinson Linden.
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 </string> - <string name="LSLTipText_llSoplayund" translate="false"> + <string name="LSLTipText_llSound" translate="false"> 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. </string> <string name="LSLTipText_llPlaySound" translate="false"> llPlaySound(string sound, float volume) @@ -1665,7 +1665,7 @@ Returns a list containing results of the sent query </string> <string name="LSLTipText_llModPow" translate="false"> 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). </string> <string name="LSLTipText_llGetInventoryType" translate="false"> |