[gnome-shell] kbd-status: s/Preferences/Settings in menu entry
- From: Luca Ferretti <lferrett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] kbd-status: s/Preferences/Settings in menu entry
- Date: Sat, 15 Jan 2011 00:22:57 +0000 (UTC)
commit 5b3f40102f8f7809eb986138cfd2fcbcf54c6fbf
Author: Luca Ferretti <lferrett gnome org>
Date: Sat Jan 15 01:04:06 2011 +0100
kbd-status: s/Preferences/Settings in menu entry
In order to match similar menu entries from other menus.
js/ui/status/keyboard.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/keyboard.js b/js/ui/status/keyboard.js
index df3d1ab..404a766 100644
--- a/js/ui/status/keyboard.js
+++ b/js/ui/status/keyboard.js
@@ -75,7 +75,7 @@ XKBIndicator.prototype = {
this._sync_config();
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
- this.menu.addAction(_("Keyboard Preferences"), function() {
+ this.menu.addAction(_("Keyboard Settings"), function() {
GLib.spawn_command_line_async('gnome-control-center region');
});
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]