From 7cdca2717420f26fa26b467b8c36203997cb6b7a Mon Sep 17 00:00:00 2001
From: Ramzi Ramey <ramzi@lindenlab.com>
Date: Thu, 1 Oct 2009 23:04:08 +0000
Subject: [PATCH] L10N: cleanup text only, NO CODE changed - G*d kills a kitten
 every time you put a hard return in the middle of a localizable sentence.

---
 .../default/xui/en/floater_buy_currency.xml     |  8 ++++----
 .../skins/default/xui/en/notifications.xml      | 17 +++++++----------
 2 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/floater_buy_currency.xml b/indra/newview/skins/default/xui/en/floater_buy_currency.xml
index 563a222ff9b..991c9a84a3f 100644
--- a/indra/newview/skins/default/xui/en/floater_buy_currency.xml
+++ b/indra/newview/skins/default/xui/en/floater_buy_currency.xml
@@ -219,7 +219,7 @@
      width="300"
      name="purchase_warning_repurchase">
         Confirming this purchase only buys the L$.
-        You&apos;ll need to try again.
+You&apos;ll need to try again.
     </text>
     <text
      type="string"
@@ -229,7 +229,7 @@
      left="20"
      name="purchase_warning_notenough">
         You aren&apos;t buying enough L$.
-        Increase the amount to buy.
+Increase the amount to buy.
     </text>
 
     <button
@@ -266,7 +266,7 @@
      top="30"
      name="info_cannot_buy">
         Take your
-Second Life to
+[SECOND_LIFE] to
 the next level...
     </text>
      <button
@@ -286,6 +286,6 @@ the next level...
       left_pad="-300"
       follows="bottom|right"
       name="cannot_buy_message">
-        Continue to the web and enter payment information
+        Continue to the web site and enter payment information
      </text>
 </floater>
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index c1262f5efec..fe088b43be2 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -651,10 +651,8 @@ Scripts must be allowed to run for weapons to work.
    name="MultipleFacesSelected"
    type="alertmodal">
          Multiple faces are currently selected. 
-If you continue this action, separate instances of media will be 
-		 set on multiple faces of the object.
-To place the media on only one face, use Select Texture and click 
-		 on the face of that object and click Add.
+If you continue this action, separate instances of media will be set on multiple faces of the object.
+To place the media on only one face, choose Select Texture and click on the desired face of that object then click Add.
     <usetemplate
 	 name="okcancelignore"
      notext="Cancel"
@@ -803,11 +801,10 @@ There is no reimbursement for fees paid.
    icon="alertmodal.tga"
    name="DeleteMedia"
    type="alertmodal">
-You have selected to delete the media associated
-with this face.
+You have selected to delete the media associated with this face.
 Are you sure you want to continue?
     <usetemplate
-     ignoretext="Confirm before I delete media"
+     ignoretext="Confirm before I delete media from an object"
      name="okcancelignore"
      notext="No"
      yestext="Yes"/>
@@ -6519,11 +6516,11 @@ Unable to find the help topic for this element.
  icon="alertmodal.tga"
  name="ObjectMediaFailure"
  type="alertmodal">
-        Server Error: Media update or get failed.
-        &apos;[ERROR]&apos;
+Server Error: Media update or get failed.
+&apos;[ERROR]&apos;
         <usetemplate
          name="okbutton"
-         yestext="Ok"/>
+         yestext="OK"/>
     </notification>
 
   <global name="UnsupportedCPU">
-- 
GitLab