backgroundMenu: Fix a string

The proper terminology is "Background". And while we're at it,
use a real ellipsis.
This commit is contained in:
Jasper St. Pierre 2013-02-18 15:46:27 -05:00
parent 1950a67e15
commit 1a41ee0c30

View File

@ -16,7 +16,7 @@ const BackgroundMenu = new Lang.Class({
_init: function(source) {
this.parent(source, 0, St.Side.TOP);
this.addSettingsAction(_("Change Wallpaper..."), 'gnome-background-panel.desktop');
this.addSettingsAction(_("Change Background…"), 'gnome-background-panel.desktop');
this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
this.addSettingsAction(_("System Settings"), 'gnome-control-center.desktop');