From 660a71d239b3968f50b8cf323e6474c3036cf156 Mon Sep 17 00:00:00 2001 From: jderose9 Date: Fri, 15 Nov 2019 08:34:11 -0500 Subject: [PATCH] A missing 's' --- update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.js b/update.js index 9683775..e8b2982 100644 --- a/update.js +++ b/update.js @@ -45,7 +45,7 @@ function init() { function checkForUpdate(fromSettings) { if (!apiUrl) { - return notifyError(_('Unavailable when installed from extension.gnome.org')); + return notifyError(_('Unavailable when installed from extensions.gnome.org')); } //!start-update