diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-07 22:44:44 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-07 22:44:44 +0200 |
commit | c3a82913deb9b23ef1f22b6d002893b36146553a (patch) | |
tree | 96a2ea2cee48dcf0d5157cf41732f6f4bc1a28c9 /indra/newview/skins/default/xui/en/panel_edit_profile.xml | |
parent | 4a8733fadd54a44eb59bd4b80c7e727ccdc0c540 (diff) |
Fixed normal bug EXT-3018([BSI] Hook up "Go to My Dashboard" in Profile to link to http://secondlife.com/my)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_edit_profile.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_profile.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_profile.xml b/indra/newview/skins/default/xui/en/panel_edit_profile.xml index a833ad97d9..bbf86089cb 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml @@ -51,6 +51,10 @@ http://www.secondlife.com/account/partners.php?lang=en </string> <string + name="my_account_link_url"> + http://secondlife.com/my + </string> + <string name="no_partner_text" value="None" /> <scroll_container @@ -256,7 +260,7 @@ layout="topleft" left="10" name="my_account_link" - value="Go to My Dashboard" + value="[[URL] Go to My Dashboard]" width="285" /> <text follows="left|top|right" |