diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-07-12 18:44:32 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-07-12 18:44:32 +0300 |
commit | ca9d38eb950d080da2663db7aa11c69b0dd6c115 (patch) | |
tree | 4c83b9810d84f1147f9da7b2ca9a250b10546c92 | |
parent | ee6c66316e9c9a6c019232b5c773d2063328cdd3 (diff) |
EXT-8322 FIXED Added second string for the Favorites folder with name="InvFolder favorite".
"Favorites" folder is created on first login for new account.
Historically it can have default name started from "f" or "F" on different accounts.
So, we have to localize both of them with the same value.
Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/731/
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index e21e083b83..b91acbe27d 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -1956,6 +1956,9 @@ Clears (deletes) the media and all params from the given face. <string name="InvFolder Animations">Animations</string> <string name="InvFolder Gestures">Gestures</string> <string name="InvFolder Favorite">Favorites</string> + <!-- historically default name of the Favorites folder can start from either "f" or "F" letter. + We should localize both of them with the same value --> + <string name="InvFolder favorite">Favorites</string> <string name="InvFolder Current Outfit">Current Outfit</string> <string name="InvFolder My Outfits">My Outfits</string> <string name="InvFolder Accessories">Accessories</string> |