diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-11-18 17:52:03 -0800 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-11-18 17:52:03 -0800 |
commit | 699eac4ee37b31da78af2323ed15a47e6b386930 (patch) | |
tree | a4e29836008554d04a71e582055bdda442209e98 /indra/newview/skins/default/xui/ja/panel_login.xml | |
parent | 003cac41bcedd06aaaee033019accb8921a3c17c (diff) |
Switch some files to Unix line endings
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_login.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/panel_login.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_login.xml b/indra/newview/skins/default/xui/ja/panel_login.xml index d55a78297c..00b9d5aa47 100644 --- a/indra/newview/skins/default/xui/ja/panel_login.xml +++ b/indra/newview/skins/default/xui/ja/panel_login.xml @@ -1,19 +1,19 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<panel name="panel_login">
- <panel.string name="create_account_url">
- http://jp.secondlife.com/registration/
- </panel.string>
- <panel.string name="forgot_password_url">
- http://secondlife.com/account/request.php
- </panel.string>
- <panel name="login_widgets">
- <line_editor name="first_name_edit" tool_tip="[SECOND_LIFE] ファーストネーム"/>
- <line_editor name="last_name_edit" tool_tip="[SECOND_LIFE] ラストネーム"/>
- <text name="start_location_text">
- 開始位置:
- </text>
- <text name="create_new_account_text">
- 新規アカウントを作成
- </text>
- </panel>
-</panel>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel name="panel_login"> + <panel.string name="create_account_url"> + http://jp.secondlife.com/registration/ + </panel.string> + <panel.string name="forgot_password_url"> + http://secondlife.com/account/request.php + </panel.string> + <panel name="login_widgets"> + <line_editor name="first_name_edit" tool_tip="[SECOND_LIFE] ファーストネーム"/> + <line_editor name="last_name_edit" tool_tip="[SECOND_LIFE] ラストネーム"/> + <text name="start_location_text"> + 開始位置: + </text> + <text name="create_new_account_text"> + 新規アカウントを作成 + </text> + </panel> +</panel> |