Include update.js in files to localize

This commit is contained in:
Charles Gagnon
2019-10-10 14:48:42 -04:00
parent e726ec3299
commit 92ee3ad157
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ BASE_MODULES = extension.js stylesheet.css metadata.json COPYING README.md
EXTRA_MODULES = appIcons.js convenience.js panel.js panelManager.js proximity.js intellihide.js panelStyle.js overview.js taskbar.js transparency.js windowPreview.js prefs.js update.js utils.js Settings.ui
EXTRA_IMAGES = highlight_stacked_bg.svg highlight_stacked_bg_2.svg highlight_stacked_bg_3.svg
TOLOCALIZE = prefs.js appIcons.js
TOLOCALIZE = prefs.js appIcons.js update.js
MSGSRC = $(wildcard po/*.po)
ifeq ($(strip $(DESTDIR)),)
INSTALLBASE = $(HOME)/.local/share/gnome-shell/extensions

View File

@@ -151,7 +151,7 @@ function notifyInstallResult(err) {
} else {
notify(
_('Update successful, please restart GNOME Shell'),
{ text: _('Restart GNOME Shell'), func: () => imports.gi.Meta.restart(_("Restarting GNOME Shell")) }
{ text: _('Restart GNOME Shell'), func: () => imports.gi.Meta.restart(_("Restarting GNOME Shell...")) }
);
}
}