diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-10-16 21:10:54 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-10-16 21:10:54 -0400 |
commit | 50c633bf3502c64ec486f62e9b3f55b411dee4b4 (patch) | |
tree | 256c635ddfd8730361ea1a8dc48ac3e13f334439 /indra/newview/skins/default/xui/ja | |
parent | 94bc6ac857955a4b152299730b3529262e1780c4 (diff) |
Reference new "[sourceid]" substitution in "create_account_url".
join.secondlife.com needs to know the sourceid as well as the user's language
of choice. Ensure that sourceid gets passed with the URL.
Diffstat (limited to 'indra/newview/skins/default/xui/ja')
-rw-r--r-- | indra/newview/skins/default/xui/ja/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/ja/strings.xml b/indra/newview/skins/default/xui/ja/strings.xml index 7c3f9489da..e1efa4f7d5 100644 --- a/indra/newview/skins/default/xui/ja/strings.xml +++ b/indra/newview/skins/default/xui/ja/strings.xml @@ -137,7 +137,7 @@ 終了 </string> <string name="create_account_url"> - http://join.secondlife.com/index.php?lang=ja-JP + http://join.secondlife.com/index.php?lang=ja-JP&sourceid=[sourceid] </string> <string name="LoginFailedViewerNotPermitted"> お使いの古いビューワでは Second Life にアクセスできません。以下のページから新しいビューワをダウンロードしてください: |