Fixed typo in string
This commit is contained in:
parent
e8bfd990e4
commit
44e02003ad
@ -151,7 +151,7 @@ const Application = new Lang.Class({
|
|||||||
_buildUI: function(app) {
|
_buildUI: function(app) {
|
||||||
this._window = new Gtk.ApplicationWindow({ application: app,
|
this._window = new Gtk.ApplicationWindow({ application: app,
|
||||||
window_position: Gtk.WindowPosition.CENTER,
|
window_position: Gtk.WindowPosition.CENTER,
|
||||||
title: _("GNOME Shell Extension Preferences") });
|
title: _("GNOME Shell Extensions Preferences") });
|
||||||
|
|
||||||
this._window.set_size_request(600, 400);
|
this._window.set_size_request(600, 400);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user