diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-06-02 20:47:07 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-06-02 20:47:07 +0300 |
commit | 56f7b85f34ad5c098c7d1956dbe4c63794cf0108 (patch) | |
tree | 73f19673cf9cf21c40767bcabd9744117d6dc207 /indra/newview/skins/default/xui/en/strings.xml | |
parent | f09e53da5f3bc56649c3f08894eb71c5fb907c10 (diff) |
EXT-7314 FIXED Localized \"Estate / Full Region\" and \"Mainland / Full Region\" strings
- Added hardcoded \"Estate / Full Region\" and \"Mainland / Full Region\" to the strings.xml
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/483/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/strings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 8dd5d64e71..2d424e7ab2 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -318,6 +318,10 @@ <!-- For use when we do not have land type back from the server --> <string name="land_type_unknown">(unknown)</string> + <!-- For land type back from the simulator --> + <string name="Estate / Full Region">Estate / Full Region</string> + <string name="Mainland / Full Region">Mainland / Full Region</string> + <!-- File load/save dialogs --> <string name="all_files">All Files</string> <string name="sound_files">Sounds</string> |