summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorRamzi Ramey <ramzi@lindenlab.com>2009-10-01 22:37:42 +0000
committerRamzi Ramey <ramzi@lindenlab.com>2009-10-01 22:37:42 +0000
commit0cb7a41f5fb92ba5b69e8ea630548d65bc29ff53 (patch)
tree332cbbaa5540154ed6bc1940d06feac47348aeaf /indra/newview/skins
parentdf97615ffcda71ab0390a4b81b63edc45d7436d0 (diff)
DEV-40452 Correct a FEW MORE inconsistencies in the 3 new LSL editor tooltips
- string changes only, NO CODE changed.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 13b1ec7308..1e85cac539 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -1735,11 +1735,14 @@ Returns the value for header for request_id
</string>
<string name="LSLTipText_llSetPrimMediaParams">
llSetPrimMediaParams(integer face, list params)
-Set the media params for a particular face on an object. List is a set of name/value pairs (in no particular order). The possible names are below, along with the types of values and what they mean. If media is not already on this object, add it. Params not specified are unchanged, or if new media is added set to the default specified.
+Sets the media params for a particular face on an object. If media is not already on this object, add it.
+List is a set of name/value pairs in no particular order. Params not specified are unchanged, or if new media is added then set to the default specified.
+The possible names are below, along with the types of values and what they mean.
</string>
<string name="LSLTipText_llGetPrimMediaParams">
list llGetPrimMediaParams(integer face, list params)
-Get the media params for a particular face on an object, given the desired list of names. Returns a list of values in the order requested. Returns an empty list if no media exists on the face.
+Returns the media params for a particular face on an object, given the desired list of names, in the order requested.
+(Returns an empty list if no media exists on the face.)
</string>
<string name="LSLTipText_llClearPrimMedia">
llClearPrimMedia(integer face)