[gnome-shell] BluetoothStatus: s/Ok/OK in user visible button
- From: Luca Ferretti <lferrett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] BluetoothStatus: s/Ok/OK in user visible button
- Date: Mon, 20 Dec 2010 21:07:36 +0000 (UTC)
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]