[gnome-shell] backgroundMenu: Fix a string



commit 1a41ee0c305c15fa354aef96a2848126a8a80ea7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Feb 18 15:46:27 2013 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/backgroundMenu.js b/js/ui/backgroundMenu.js
index 138af05..2be22b9 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');
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]