From db457db060038d5bed8276acbd8d95bcdd1e1533 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Mon, 20 Dec 2010 22:07:28 +0100 Subject: [PATCH] BluetoothStatus: s/Ok/OK in user visible button --- js/ui/status/bluetooth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index bde3f46cf..9b8fa0d1c 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -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) {