mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue