diff options
| author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-13 19:03:07 +0000 | 
|---|---|---|
| committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-10-13 19:03:07 +0000 | 
| commit | b12abb4859945fa00c455502105f3393e246c4a2 (patch) | |
| tree | 84baecf77f41fc566a18d654b74d4607f7f38491 | |
| parent | 4be3066ca06d713dc57645c04b2073b9adb91535 (diff) | |
EXT-1499 Partial Fix:  parts 1 & 2 only.
Finalize the Home panel text to make it accurate.
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_side_tray.xml | 6 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml | 12 | 
2 files changed, 9 insertions, 9 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_side_tray.xml b/indra/newview/skins/default/xui/en/panel_side_tray.xml index d172154d49..d3d45640cb 100644 --- a/indra/newview/skins/default/xui/en/panel_side_tray.xml +++ b/indra/newview/skins/default/xui/en/panel_side_tray.xml @@ -74,7 +74,7 @@      help_topic="sidebar_places"      tab_title="Places"      label="Places" -    description="Find places to go and places you've been." +    description="Find places to go and places you've visited before."      image="TabIcon_Places_Off"      mouse_opaque="false"      background_visible="true" @@ -93,7 +93,7 @@      name="sidebar_me"      help_topic="sidebar_me"      tab_title="Me" -    description="Change your profile, your look and quick links to your outfits." +    description="Edit your public profile and Picks."      image="TabIcon_Me_Off"      mouse_opaque="false"      background_visible="true" @@ -111,7 +111,7 @@      name="sidebar_appearance"      help_topic="sidebar_appearance"      tab_title="Appearance" -    description="Change your looks and appearance." +    description="Change your appearance and current look."      image="TabIcon_Appearance_Off"      mouse_opaque="false"      background_opaque="false" diff --git a/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml b/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml index d379c60aed..88379a5ed3 100644 --- a/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml +++ b/indra/newview/skins/default/xui/en/panel_sidetray_home_tab.xml @@ -39,7 +39,7 @@           name="tab_icon"           right="-10"           top="10" -         image_name="TabIcon_Home_Selected" +         image_name="TabIcon_People_Off"           width="20" />          <text           follows="left|right|bottom" @@ -53,7 +53,7 @@           text_color="white"           top="40"           word_wrap="true"> -            Find your friends, contacts and people nearby. +            Find your friends, your groups, contacts and people nearby.          </text>      </panel>      <panel @@ -101,7 +101,7 @@           text_color="white"           top="40"           word_wrap="true"> -            Find your friends, contacts and people nearby. +            Find places to go and places you've visited before.          </text>      </panel>      <panel @@ -149,7 +149,7 @@           text_color="white"           top="40"           word_wrap="true"> -            Change your profile. +            Edit your public profile.          </text>      </panel>      <panel @@ -184,7 +184,7 @@           right="-10"           top="10"           width="20"  -         image_name="TabIcon_Things_Selected"/> +         image_name="TabIcon_Appearance_Off"/>          <text           follows="left|right|bottom|top"           font="SansSerifBold" @@ -197,7 +197,7 @@           text_color="white"           top="40"           word_wrap="true"> -            Change your apperance and looks. +            Change your appearance and current look.          </text>      </panel>  </panel> | 
