kbd-status: s/Preferences/Settings in menu entry
In order to match similar menu entries from other menus.
This commit is contained in:
parent
b2ab3de80e
commit
5b3f40102f
@ -75,7 +75,7 @@ XKBIndicator.prototype = {
|
|||||||
this._sync_config();
|
this._sync_config();
|
||||||
|
|
||||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
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');
|
GLib.spawn_command_line_async('gnome-control-center region');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user