extensionPrefs: Fix typo
https://gitlab.gnome.org/GNOME/gnome-shell/issues/2176
This commit is contained in:
parent
a205f4e249
commit
7b33e240ed
@ -447,7 +447,7 @@ var ExtensionsWindow = GObject.registerClass({
|
||||
|
||||
this._updatesLabel.label = Gettext.ngettext(
|
||||
'%d extension will be updated on next login.',
|
||||
'%d extensions will be updated on next login.e',
|
||||
'%d extensions will be updated on next login.',
|
||||
nUpdates).format(nUpdates);
|
||||
this._updatesBar.visible = nUpdates > 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user