diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index a57c9cd97f..bdcea05c73 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2021,15 +2021,14 @@ this texture in your inventory  	<string name="IMTeen">teen</string>  	<!-- floater region info --> +	<!-- The following will replace variable [ALL_ESTATES] in notifications EstateAllowed*, EstateBanned*, EstateManager* -->  	<string name="RegionInfoError">error</string>  	<string name="RegionInfoAllEstatesOwnedBy"> -		all estates -owned by [OWNER] +		all estates owned by [OWNER]  	</string> -	<string name="RegionInfoAllEstatesYouOwn">all estates you owned</string> +	<string name="RegionInfoAllEstatesYouOwn">all estates that you own</string>  	<string name="RegionInfoAllEstatesYouManage"> -		all estates that -you managed for [OWNER] +		all estates that you manage for [OWNER]  	</string>  	<string name="RegionInfoAllowedResidents">Allowed residents: ([ALLOWEDAGENTS], max [MAXACCESS])</string>  	<string name="RegionInfoAllowedGroups">Allowed groups: ([ALLOWEDGROUPS], max [MAXACCESS])</string> | 
