diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-25 16:44:58 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-25 16:44:58 -0700 |
commit | ff91cb1f798d5d016810fcdb4624a25443fc129f (patch) | |
tree | b4392af77d6556d7c970e812af020723a01b2858 /indra/newview/skins/default/xui/en | |
parent | bb53ecc458cb0be010982206951826fa80e64188 (diff) |
VWR-18445 en_xui_change for DE truncation; remove old DE hard returns; FR linguistic
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_about_land.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_about_land.xml b/indra/newview/skins/default/xui/en/floater_about_land.xml index b9d5029773..51bd7a0a16 100644 --- a/indra/newview/skins/default/xui/en/floater_about_land.xml +++ b/indra/newview/skins/default/xui/en/floater_about_land.xml @@ -559,21 +559,26 @@ Leyla Linden </text> left="0" top="0" help_topic="land_covenant_tab" - name="land_covenant_panel"> + name="land_covenant_panel" + word_wrap="true"> <panel.string - name="can_resell"> + name="can_resell" + word_wrap="true"> Purchased land in this region may be resold. </panel.string> <panel.string - name="can_not_resell"> + name="can_not_resell" + word_wrap="true"> Purchased land in this region may not be resold. </panel.string> <panel.string - name="can_change"> + name="can_change" + word_wrap="true"> Purchased land in this region may be joined or subdivided. </panel.string> <panel.string - name="can_not_change"> + name="can_not_change" + word_wrap="true"> Purchased land in this region may not be joined or subdivided. </panel.string> <text @@ -748,6 +753,7 @@ Leyla Linden </text> left_pad="10" mouse_opaque="false" name="resellable_clause" + word_wrap="true" width="330"> Land in this region may not be resold. </text> |