diff options
| author | Chuck Linden <chuck@lindenlab.com> | 2010-01-12 16:38:14 -0500 | 
|---|---|---|
| committer | Chuck Linden <chuck@lindenlab.com> | 2010-01-12 16:38:14 -0500 | 
| commit | b0f62f010c23d7925aea028cfae4cb262eb28b60 (patch) | |
| tree | 277a07e278cc56449a80dfe6f5c80f90447960ec | |
| parent | 7678ad30782118792c3ec19ca932c63757349bb7 (diff) | |
Shortened string to accomodate side panel width.
http://jira.secondlife.com/browse/EXT-3798
| -rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index f2f23a3847..cf8f91bf51 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -1808,7 +1808,7 @@ Clears (deletes) the media and all params from the given face.  	<!-- inventory -->  	<string name="InventoryNoMatchingItems">No matching items found in inventory.</string> -  <string name="FavoritesNoMatchingItems">Drag and drop a landmark here to add to your favorites.</string> +  <string name="FavoritesNoMatchingItems">Drag a landmark here to add it to your favorites.</string>  	<string name="InventoryNoTexture">  		You do not have a copy of  this texture in your inventory | 
