[gnome-shell] BluetoothStatus: s/Ok/OK in user visible button



commit db457db060038d5bed8276acbd8d95bcdd1e1533
Author: Luca Ferretti <lferrett gnome org>
Date:   Mon Dec 20 22:07:28 2010 +0100

    BluetoothStatus: s/Ok/OK in user visible button

 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 bde3f46..9b8fa0d 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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]