[gnome-shell] Revert "Fixed typo in string"



commit dd8a53d5e0f250e8749696d55f0a3de3a6533fbd
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Feb 22 18:52:08 2012 -0500

    Revert "Fixed typo in string"
    
    This reverts commit 44e02003adf8d47c104a9288b3122868786a6157.
    
    The change:
    
     "GNOME Shell Extension Preferences" to "GNOME Shell Extensions Preferences"
    
    was incorrect.

 js/extensionPrefs/main.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/extensionPrefs/main.js b/js/extensionPrefs/main.js
index 622d0ad..921bfe6 100644
--- a/js/extensionPrefs/main.js
+++ b/js/extensionPrefs/main.js
@@ -150,7 +150,7 @@ const Application = new Lang.Class({
     _buildUI: function(app) {
         this._window = new Gtk.ApplicationWindow({ application: app,
                                                    window_position: Gtk.WindowPosition.CENTER,
-                                                   title: _("GNOME Shell Extensions Preferences") });
+                                                   title: _("GNOME Shell Extension Preferences") });
 
         this._window.set_size_request(600, 400);
 



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