From 0cb7a41f5fb92ba5b69e8ea630548d65bc29ff53 Mon Sep 17 00:00:00 2001
From: Ramzi Ramey <ramzi@lindenlab.com>
Date: Thu, 1 Oct 2009 22:37:42 +0000
Subject: [PATCH] DEV-40452 Correct a FEW MORE inconsistencies in the 3 new LSL
 editor tooltips - string changes only, NO CODE changed.

---
 indra/newview/skins/default/xui/en/strings.xml | 7 +++++--
 1 file 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 13b1ec73088..1e85cac5394 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)
-- 
GitLab