From af240c9b532f37e74a116a2471899c543a6a5f8f Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Fri, 30 Dec 2016 08:21:30 +1100 Subject: [PATCH] Restart addon message change wording As not all addons are Views. --- gramps/gui/plug/_windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/plug/_windows.py b/gramps/gui/plug/_windows.py index 4d8af6e15..71212fc33 100644 --- a/gramps/gui/plug/_windows.py +++ b/gramps/gui/plug/_windows.py @@ -1217,7 +1217,7 @@ class UpdateAddons: "%s %s" % (ngettext("{number_of} addon was installed.", "{number_of} addons were installed.", count).format(number_of=count), - _("You need to restart Gramps to see new views.")), + _("You need to restart Gramps to use the new addons.")), parent=self.window) else: OkDialog(_("Done downloading and installing addons"),