[Android] Display the name of the control that is being bound in the input settings. Makes the binding description more informative.

This commit is contained in:
Lioncash
2013-09-04 07:32:28 -04:00
parent a83d4e7226
commit 48cda9d26f
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
<!-- Input Config Fragment -->
<string name="input_settings">入力設定</string>
<string name="input_binding">入力バインディング</string>
<string name="input_binding_descrip">このコントロールにバインドするための入力を移動または押してください。</string>
<string name="input_binding_descrip">%1$sにバインドするための入力を移動または押してください。</string>
<string name="button_a">Aボタン</string>
<string name="button_b">Bボタン</string>
<string name="button_start">スタートボタン</string>