From 1a41ee0c305c15fa354aef96a2848126a8a80ea7 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 18 Feb 2013 15:46:27 -0500 Subject: [PATCH] backgroundMenu: Fix a string The proper terminology is "Background". And while we're at it, use a real ellipsis. --- js/ui/backgroundMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/backgroundMenu.js b/js/ui/backgroundMenu.js index 138af05f0..2be22b959 100644 --- a/js/ui/backgroundMenu.js +++ b/js/ui/backgroundMenu.js @@ -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');