diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ee1a805..408ff2e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -763,8 +763,8 @@ <string name="bluetooth_confirm_passkey_msg">To pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022, confirm that it is showing the passkey: <xliff:g id="passkey">%2$s</xliff:g>.</string> <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing --> <string name="bluetooth_incoming_pairing_msg"><xliff:g id="device_name">%1$s</xliff:g>\nwants to pair.</string> - <!-- Message when bluetooth dialog when passkey needs to be displayed. --> - <string name="bluetooth_display_passkey_msg">Enter <xliff:g id="passkey">%2$s</xliff:g> on \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 to pair. </string> + <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. --> + <string name="bluetooth_display_passkey_pin_msg">Enter \u0022<xliff:g id="passkey">%2$s</xliff:g>\u0022 on \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 to pair followed by return or enter. </string> <!-- Button text for accepting an incoming pairing request --> <string name="bluetooth_pairing_accept">Pair</string> <!-- Button text for declining an incoming pairing request --> |