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/ja | |
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/ja')
-rw-r--r-- | indra/newview/skins/default/xui/ja/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/ja/strings.xml b/indra/newview/skins/default/xui/ja/strings.xml index ff22221aab..fa6d25d238 100644 --- a/indra/newview/skins/default/xui/ja/strings.xml +++ b/indra/newview/skins/default/xui/ja/strings.xml @@ -1238,9 +1238,6 @@ support@secondlife.com にお問い合わせください。 <string name="InvFolder My Inventory"> 持ち物 </string> - <string name="InvFolder My Favorites"> - お気に入り - </string> <string name="InvFolder Library"> ライブラリ </string> |