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/zh | |
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/zh')
-rw-r--r-- | indra/newview/skins/default/xui/zh/strings.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/zh/strings.xml b/indra/newview/skins/default/xui/zh/strings.xml index 986ab82523..28b8cce5b2 100644 --- a/indra/newview/skins/default/xui/zh/strings.xml +++ b/indra/newview/skins/default/xui/zh/strings.xml @@ -1099,9 +1099,6 @@ <string name="InvFolder My Inventory"> 我的收納區 </string> - <string name="InvFolder My Favorites"> - My Favorites - </string> <string name="InvFolder Library"> Library </string> @@ -1160,10 +1157,10 @@ 姿勢 </string> <string name="InvFolder Favorite"> - Favorites + My Favorites </string> <string name="InvFolder favorite"> - Favorites + My Favorites </string> <string name="InvFolder Current Outfit"> 目前裝扮 |