general: Use & instead of 'and' for Settings panels

UI consistency follow up from bug 676562

https://bugzilla.gnome.org/show_bug.cgi?id=689590
This commit is contained in:
Jeremy Bicha
2013-02-05 08:54:16 -05:00
parent e0c5a61be5
commit f0203d1f19
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ const InputSourceIndicator = new Lang.Class({
Main.sessionMode.connect('updated', Lang.bind(this, this._sessionUpdated));
this._sessionUpdated();
this.menu.addSettingsAction(_("Region and Language Settings"), 'gnome-region-panel.desktop');
this.menu.addSettingsAction(_("Region & Language Settings"), 'gnome-region-panel.desktop');
this._sourcesPerWindow = false;
this._focusWindowNotifyId = 0;