BluetoothStatus: s/Ok/OK in user visible button
This commit is contained in:
parent
12c113a7a7
commit
db457db060
@ -422,7 +422,7 @@ PinNotification.prototype = {
|
|||||||
}));
|
}));
|
||||||
this.addActor(this._entry);
|
this.addActor(this._entry);
|
||||||
|
|
||||||
this.addButton('ok', _("Ok"));
|
this.addButton('ok', _("OK"));
|
||||||
this.addButton('cancel', _("Cancel"));
|
this.addButton('cancel', _("Cancel"));
|
||||||
|
|
||||||
this.connect('action-invoked', Lang.bind(this, function(self, action) {
|
this.connect('action-invoked', Lang.bind(this, function(self, action) {
|
||||||
|
Loading…
Reference in New Issue
Block a user