diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_edit_alpha.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/panel_edit_alpha.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_edit_alpha.xml b/indra/newview/skins/default/xui/ja/panel_edit_alpha.xml index 7250da69a4..57b32172ac 100644 --- a/indra/newview/skins/default/xui/ja/panel_edit_alpha.xml +++ b/indra/newview/skins/default/xui/ja/panel_edit_alpha.xml @@ -2,11 +2,16 @@ <panel name="edit_alpha_panel"> <scroll_container name="avatar_alpha_color_panel_scroll"> <panel name="avatar_alpha_color_panel"> - <texture_picker label="アルファ(下)" name="Lower Alpha" tool_tip="クリックして写真を選択します"/> - <texture_picker label="アルファ(上)" name="Upper Alpha" tool_tip="クリックして写真を選択します"/> - <texture_picker label="頭部のアルファ" name="Head Alpha" tool_tip="クリックして写真を選択します"/> - <texture_picker label="目のアルファ" name="Eye Alpha" tool_tip="クリックして写真を選択します"/> - <texture_picker label="髪のアルファ" name="Hair Alpha" tool_tip="クリックして写真を選択します"/> + <check_box name="lower alpha texture invisible"/> + <texture_picker label="アルファ(下半身)" name="Lower Alpha" tool_tip="クリックで画像を選択できます。"/> + <check_box name="upper alpha texture invisible"/> + <texture_picker label="アルファ(上半身)" name="Upper Alpha" tool_tip="クリックで画像を選択できます。"/> + <check_box name="head alpha texture invisible"/> + <texture_picker label="頭部のアルファ" name="Head Alpha" tool_tip="クリックで画像を選択できます。"/> + <check_box name="eye alpha texture invisible"/> + <texture_picker label="瞳のアルファ" name="Eye Alpha" tool_tip="クリックで画像を選択できます。"/> + <check_box name="hair alpha texture invisible"/> + <texture_picker label="髪のアルファ" name="Hair Alpha" tool_tip="クリックで画像を選択できます。"/> </panel> </scroll_container> </panel> |