BluetoothStatus: s/Ok/OK in user visible button

This commit is contained in:
Luca Ferretti 2010-12-20 22:07:28 +01:00
parent 12c113a7a7
commit db457db060

View File

@ -422,7 +422,7 @@ PinNotification.prototype = {
}));
this.addActor(this._entry);
this.addButton('ok', _("Ok"));
this.addButton('ok', _("OK"));
this.addButton('cancel', _("Cancel"));
this.connect('action-invoked', Lang.bind(this, function(self, action) {