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/da/strings.xml | |
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/da/strings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/strings.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/da/strings.xml b/indra/newview/skins/default/xui/da/strings.xml index 68b861fe92..b5d8ac44bc 100644 --- a/indra/newview/skins/default/xui/da/strings.xml +++ b/indra/newview/skins/default/xui/da/strings.xml @@ -1209,9 +1209,6 @@ Prøv venligst om lidt igen. <string name="InvFolder My Inventory"> Min beholdning </string> - <string name="InvFolder My Favorites"> - Mine favoritter - </string> <string name="InvFolder Library"> Bibliotek </string> @@ -1270,10 +1267,10 @@ Prøv venligst om lidt igen. Bevægelser </string> <string name="InvFolder Favorite"> - Favoritter + Mine favoritter </string> <string name="InvFolder favorite"> - Favoritter + Mine favoritter </string> <string name="InvFolder Current Outfit"> Nuværende sæt |