diff options
author | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 17:08:15 -0800 |
---|---|---|
committer | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 17:08:15 -0800 |
commit | f036c0c0c41f8f8e3fe22e08ff4e04626d69a64c (patch) | |
tree | fef5c262cf5a3ad5bd73c89a4131d5175849055f /indra/newview/skins/default/xui/en/floater_tos.xml | |
parent | 585ad10d04d2ea2c1bdda1cb37b239cbaf5ca162 (diff) |
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".
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_tos.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_tos.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_tos.xml b/indra/newview/skins/default/xui/en/floater_tos.xml index 1adb824e2a..5e168fe4aa 100644 --- a/indra/newview/skins/default/xui/en/floater_tos.xml +++ b/indra/newview/skins/default/xui/en/floater_tos.xml @@ -49,9 +49,9 @@ left_delta="0" name="tos_heading" top_delta="-399" + word_wrap="true" width="552"> - Please read the following Terms of Service carefully. To continue logging in to [SECOND_LIFE], -you must accept the agreement. + Please read the following Terms of Service carefully. To continue logging in to [SECOND_LIFE], you must accept the agreement. </text> <web_browser follows="left|top" @@ -60,6 +60,6 @@ you must accept the agreement. left_delta="0" name="tos_html" start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//secondlife.com/app/tos/%22%3ETerms%20of%20Service%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E" - top_delta="0" + top_delta="40" width="568" /> </floater> |