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
This commit is contained in:
parent
14a3d9f7fb
commit
9ba78ce04a
@ -363,7 +363,7 @@ const ConfirmNotification = new Lang.Class({
|
|||||||
this._applet = applet;
|
this._applet = applet;
|
||||||
this._devicePath = device_path;
|
this._devicePath = device_path;
|
||||||
this.addBody(_("Device %s wants to pair with this computer").format(long_name));
|
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 */
|
/* Translators: this is the verb, not the noun */
|
||||||
this.addButton('matches', _("Matches"));
|
this.addButton('matches', _("Matches"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user