[gnome-shell] Bluetooth: Use "Passkey" instead of "PIN"
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Bluetooth: Use "Passkey" instead of "PIN"
- Date: Fri, 24 May 2013 14:42:43 +0000 (UTC)
commit 9ba78ce04a446b4d1d1a59de0987619811d90af4
Author: Gustavo Padovan <gustavo padovan collabora co uk>
Date: Tue Apr 9 15:25:56 2013 -0300
Bluetooth: Use "Passkey" instead of "PIN"
Passkey is the proper name to be used when we are pairing with a Bluetooth
2.1+ device. PIN are only used for older devices which is not the case
here, the message is only shown when dealing with 2.1+ devices.
https://bugzilla.gnome.org/show_bug.cgi?id=697661
js/ui/status/bluetooth.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index 001f8d4..f4610c7 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -363,7 +363,7 @@ const ConfirmNotification = new Lang.Class({
this._applet = applet;
this._devicePath = device_path;
this.addBody(_("Device %s wants to pair with this computer").format(long_name));
- this.addBody(_("Please confirm whether the PIN '%06d' matches the one on the device.").format(pin));
+ this.addBody(_("Please confirm whether the Passkey '%06d' matches the one on the
device.").format(pin));
/* Translators: this is the verb, not the noun */
this.addButton('matches', _("Matches"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]