From f036c0c0c41f8f8e3fe22e08ff4e04626d69a64c Mon Sep 17 00:00:00 2001 From: Ramzi Linden Date: Wed, 13 Jan 2010 17:08:15 -0800 Subject: EXT-3504 fix text boxes that use a carriage return to format wordwrapped lines within a sentence; instead, these should use a 1-line string and word_wrap="true". --- .../skins/default/xui/en/floater_customize.xml | 120 ++++++++++----------- .../skins/default/xui/en/floater_select_key.xml | 8 +- indra/newview/skins/default/xui/en/floater_tos.xml | 6 +- .../skins/default/xui/en/panel_group_invite.xml | 10 +- .../skins/default/xui/en/panel_region_covenant.xml | 10 +- .../skins/default/xui/en/panel_region_estate.xml | 8 +- .../skins/default/xui/en/panel_region_texture.xml | 4 +- 7 files changed, 84 insertions(+), 82 deletions(-) diff --git a/indra/newview/skins/default/xui/en/floater_customize.xml b/indra/newview/skins/default/xui/en/floater_customize.xml index 0dc7d62b19..ddc0d9af72 100644 --- a/indra/newview/skins/default/xui/en/floater_customize.xml +++ b/indra/newview/skins/default/xui/en/floater_customize.xml @@ -260,10 +260,9 @@ left="10" name="not worn instructions" top="31" + word_wrap="true" width="373"> - Put on a new shape by dragging one from your inventory -to your avatar. Alternately, you create a new one from -scratch and wear it. + Put on a new shape by dragging one from your inventory to your avatar. Alternately, you create a new one from scratch and wear it. You do not have permission to modify this wearable. @@ -300,7 +300,7 @@ scratch and wear it. left="10" name="Create New" top="104" - width="140" /> + width="160" />