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:
parent
0f01928402
commit
dd8a53d5e0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user