diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_login_first.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login_first.xml b/indra/newview/skins/default/xui/en/panel_login_first.xml index 4b2b0a8a50..fdf60c58cf 100644 --- a/indra/newview/skins/default/xui/en/panel_login_first.xml +++ b/indra/newview/skins/default/xui/en/panel_login_first.xml @@ -214,25 +214,27 @@ top="0" /> <text follows="left|top" - font="SansSerifMedium" + font="SansSerifLarge" text_color="White" - height="16" + height="64" name="image_caption_left" left="0" halign="center" top="408" + word_wrap="true" width="400"> Your first step is Learning Island. Find the exit portal! </text> <text follows="left|top" - font="SansSerifMedium" + font="SansSerifLarge" text_color="White" - height="16" + height="64" name="image_caption_left" left="432" halign="center" top="408" + word_wrap="true" width="400"> Then explore Social Island and meet other new residents! </text> |