diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-06-29 14:43:31 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-06-29 14:43:31 -0400 |
commit | e4ee7cbc6046b23f40f144b9b1ec8bd946d138fc (patch) | |
tree | 8255719f60f8e031fafb83a4fda0bd6acea752a6 /indra/newview/skins/default/xui/ja/notifications.xml | |
parent | eb15b6f93618f34516e00d3ba96237fde8663f58 (diff) |
Use [create_account_url] from strings.xml consistently in notifications.xml.
The URL whose simple form is http://join.secondlife.com actually appears in a
number of places in the localized notifications.xml files. It's supposed to be
localized for the current viewer language -- and in strings.xml, it is. But
the same URL is restated a couple times in notifications.xml, sometimes
localized, sometimes not.
Add "create_account_url" to init_default_trans_args(), permitting us to embed
[create_account_url] anywhere in the skin files. Then replace all known
occurrences of that URL in notifications.xml files with [create_account_url].
Diffstat (limited to 'indra/newview/skins/default/xui/ja/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/notifications.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/ja/notifications.xml b/indra/newview/skins/default/xui/ja/notifications.xml index 7bf8a7b8be..4454096180 100644 --- a/indra/newview/skins/default/xui/ja/notifications.xml +++ b/indra/newview/skins/default/xui/ja/notifications.xml @@ -382,7 +382,7 @@ L$ が不足しているのでこのグループに参加することができ [SECOND_LIFE] に入るにはアカウントが必要です。今すぐアカウントを作成しますか? <url name="url"> - https://join.secondlife.com/index.php?lang=ja-JP + [create_account_url] </url> <usetemplate name="okcancelbuttons" notext="もう一度試す" yestext="新しいアカウントを作成"/> </notification> @@ -1201,7 +1201,7 @@ L$ は返金されません。 [APP_NAME] のインストールが完了しました。 [SECOND_LIFE] を使ったことがない場合は、ログインする前にアカウントの作成を行ってください。 -[http://join.secondlife.com/?lang=ja-JP] で新しいアカウントを作成しますか? +[[create_account_url] secondlife.com] で新しいアカウントを作成しますか? <usetemplate name="okcancelbuttons" notext="続行" yestext="新規アカウント..."/> </notification> <notification name="LoginPacketNeverReceived"> |