diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-06-29 15:53:58 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-06-29 15:53:58 -0400 |
commit | 6d836ed132b06eae557d826e6b6f1c9be54de8e3 (patch) | |
tree | 935d16bc92548f9c5d5f13e11280e76389935e2f /indra/newview/skins/steam/xui/en/strings.xml | |
parent | e7825beded3504a7df47df5884d44e567ad523a2 (diff) |
Specialize Steam skin by adding sourceid= to join.secondlife.com URL.
Of course, preserve lang= localization from default skin.
Assume that localized steam/xui/*/strings.xml file without create_account_url key will
default to create_account_url key from steam/xui/en/strings.xml. That's how it
works in the default skin, anyway.
Diffstat (limited to 'indra/newview/skins/steam/xui/en/strings.xml')
-rw-r--r-- | indra/newview/skins/steam/xui/en/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/steam/xui/en/strings.xml b/indra/newview/skins/steam/xui/en/strings.xml index 866ea296c3..c29b80e21c 100644 --- a/indra/newview/skins/steam/xui/en/strings.xml +++ b/indra/newview/skins/steam/xui/en/strings.xml @@ -59,7 +59,7 @@ <string name="LoginFailedNoNetwork">Network error: Could not establish connection, please check your network connection.</string> <string name="LoginFailed">Login failed.</string> <string name="Quit">Quit</string> - <string name="create_account_url">http://join.secondlife.com/</string> + <string name="create_account_url">http://join.secondlife.com/?sourceid=1206_steam</string> <string name="LoginFailedViewerNotPermitted"> The viewer you are using can no longer access Second Life. Please visit the following page to download a new viewer: |