extensionPrefs: Fix typo

https://gitlab.gnome.org/GNOME/gnome-shell/issues/2176
This commit is contained in:
Florian Müllner 2020-02-04 18:51:57 +01:00
parent a205f4e249
commit 7b33e240ed

View File

@ -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;
}