kbd-status: s/Preferences/Settings in menu entry

In order to match similar menu entries from other menus.
This commit is contained in:
Luca Ferretti 2011-01-15 01:04:06 +01:00
parent b2ab3de80e
commit 5b3f40102f

View File

@ -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');
});
},