Fixed typo in string

This commit is contained in:
Daniel Mustieles 2012-02-09 10:10:18 +01:00
parent e8bfd990e4
commit 44e02003ad

View File

@ -151,7 +151,7 @@ const Application = new Lang.Class({
_buildUI: function(app) {
this._window = new Gtk.ApplicationWindow({ application: app,
window_position: Gtk.WindowPosition.CENTER,
title: _("GNOME Shell Extension Preferences") });
title: _("GNOME Shell Extensions Preferences") });
this._window.set_size_request(600, 400);