Revert "Fixed typo in string"

This reverts commit 44e02003ad.

The change:

 "GNOME Shell Extension Preferences" to "GNOME Shell Extensions Preferences"

was incorrect.
This commit is contained in:
Owen W. Taylor 2012-02-22 18:52:08 -05:00
parent 0f01928402
commit dd8a53d5e0

View File

@ -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);