diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-15 12:04:30 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-15 12:04:30 +0200 |
commit | bc1f01c9488cb56a97156d0ff69ce73f3f5684e6 (patch) | |
tree | d3efa79b6f53f6e317eebaf567212f29a91d3dbe /indra/newview/skins/default/xui/en | |
parent | 641757e7c1b2bae59b3901d3f0bfd33ce2166f23 (diff) |
fix for EXT-5989 [HARD CODED]. ".... paid you...... L$... " - message needs translation
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 1eaf77c328..48fa5dd44f 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3015,4 +3015,7 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. <string name="unread_chat_multiple"> [SOURCES] have said something new </string>" + + <string name="paid_you_ldollars">"paid you L$"</string>" + </strings> |