[gnome-shell] Improve capitalization



commit a27c29f4fc7794f25011724ea8dc95babdeaab44
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Fri Oct 9 00:33:33 2009 -0400

    Improve capitalization
    
    "Add to Favorites" and "Remove from Favorites" menu options should be
    capitalized throughout.

 js/ui/appIcon.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/appIcon.js b/js/ui/appIcon.js
index 760971e..9467f59 100644
--- a/js/ui/appIcon.js
+++ b/js/ui/appIcon.js
@@ -472,8 +472,8 @@ AppIconMenu.prototype = {
         }
         if (windows.length > 0)
             this._appendSeparator();
-        this._toggleFavoriteMenuItem = this._appendMenuItem(null, this._isFavorite ? _("Remove from favorites")
-                                                                    : _("Add to favorites"));
+        this._toggleFavoriteMenuItem = this._appendMenuItem(null, this._isFavorite ? _("Remove from Favorites")
+                                                                    : _("Add to Favorites"));
 
         this._highlightedItem = null;
     },



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