diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-07-06 17:42:35 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-07-06 17:42:35 +0300 |
commit | 22346d0b0adc6208ed9645b28b4cd79f67d73808 (patch) | |
tree | a9342de04c31e91852245fc27fc474000aa0443c /indra/newview/skins/default/xui/fr | |
parent | 31c1cff64fe6e963722e580c8779d69cef4b14ba (diff) |
STORM-1472 FIXED Favorites folder in inventory does not translate properly
Reason:
Instead of changing value of existing strings (Favorite and favorite) a new string(My Favorites) with wrong key was added.
Solution:
Deleted unnecessary string ("My Favorites") and added proper translation to the existing strings (Favorite and favorite).
Diffstat (limited to 'indra/newview/skins/default/xui/fr')
-rw-r--r-- | indra/newview/skins/default/xui/fr/strings.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/fr/strings.xml b/indra/newview/skins/default/xui/fr/strings.xml index 3ec85551da..077e545851 100644 --- a/indra/newview/skins/default/xui/fr/strings.xml +++ b/indra/newview/skins/default/xui/fr/strings.xml @@ -1238,9 +1238,6 @@ Veuillez réessayer de vous connecter dans une minute. <string name="InvFolder My Inventory"> Mon inventaire </string> - <string name="InvFolder My Favorites"> - Mes Favoris - </string> <string name="InvFolder Library"> Bibliothèque </string> @@ -1299,10 +1296,10 @@ Veuillez réessayer de vous connecter dans une minute. Gestes </string> <string name="InvFolder Favorite"> - Favoris + Mes Favoris </string> <string name="InvFolder favorite"> - Favoris + Mes Favoris </string> <string name="InvFolder Current Outfit"> Tenue actuelle |