diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-05 20:42:24 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-03-06 12:42:57 +0200 |
commit | be35287184dde0f4a34ac05c5616b7d7d6f59ef7 (patch) | |
tree | edceab398bc6c63db77b257d8b0908f4a67a98ea /indra/newview/skins/default/xui/pl | |
parent | a6e1f22a993fde79d0ecb76d60535fdc454a2acd (diff) |
SL-20429 Fix emoji categories having mixed translations
Was caused by package substituting '&' with 'and' instead of '&'
Diffstat (limited to 'indra/newview/skins/default/xui/pl')
-rw-r--r-- | indra/newview/skins/default/xui/pl/emoji_categories.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/pl/emoji_categories.xml b/indra/newview/skins/default/xui/pl/emoji_categories.xml index 9aad7af794..42f8e2eb4a 100644 --- a/indra/newview/skins/default/xui/pl/emoji_categories.xml +++ b/indra/newview/skins/default/xui/pl/emoji_categories.xml @@ -5,13 +5,13 @@ <key>Name</key> <string>smileys and emotion</string> <key>Category</key> - <string>buźki and emocje</string> + <string>buźki & emocje</string> </map> <map> <key>Name</key> <string>people and body</string> <key>Category</key> - <string>ludzie and ciało</string> + <string>ludzie & ciało</string> </map> <map> <key>Name</key> @@ -23,7 +23,7 @@ <key>Name</key> <string>animals and nature</string> <key>Category</key> - <string>zwierzęta and przyroda</string> + <string>zwierzęta & przyroda</string> </map> <map> <key>Name</key> @@ -35,7 +35,7 @@ <key>Name</key> <string>travel and places</string> <key>Category</key> - <string>podróże and miejsca</string> + <string>podróże & miejsca</string> </map> <map> <key>Name</key> |