diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-11-21 15:51:37 +0200 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-11-21 15:51:37 +0200 | 
| commit | 1ae4d45337b380213112183f153a631d4c3f3289 (patch) | |
| tree | 443defd3bfda17737cf74fc29e63395562d1aa5b | |
| parent | 54f29d25a9197365135b3344175d4173ba7f0d27 (diff) | |
MAINT-3480 FIXED Duplicated strings are deleted
| -rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 10 | ||||
| -rwxr-xr-x | indra/newview/skins/default/xui/en/strings.xml | 3 | 
2 files changed, 2 insertions, 11 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4866151d18..b3fd1fa818 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9764,15 +9764,7 @@ Only the first 10 selected objects have been disabled. Refresh and make addition     type="notify">     <tag>fail</tag>  You need to update your viewer to buy this parcel. -  </notification> - -  <notification -   icon="alertmodal.tga" -   name="LandBuyAccessBlocked" -   type="notify"> -   <tag>fail</tag> -You can't buy this land due to your maturity Rating. You may need to validate your age and/or install the latest Viewer. Please go to the Knowledge Base for details on accessing areas with this maturity Rating. -  </notification> +  </notification>      <notification     icon="alertmodal.tga" diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 9ac313cb68..67f75fe1d2 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2339,8 +2339,7 @@ Drag folders to this area and click "Send to Marketplace" to list them for sale  	<string name="InvFolder Merchant Outbox">Merchant Outbox</string>    <!-- are used for Friends and Friends/All folders in Inventory "Calling cards" folder. See EXT-694--> -	<string name="InvFolder Friends">Friends</string> -	<string name="InvFolder Received Items">Received Items</string> +	<string name="InvFolder Friends">Friends</string>	  	<string name="InvFolder All">All</string>  	<string name="no_attachments">No attachments worn</string> | 
