From 9aeeae8baf473a8d06eedc25a55f0bdb3f1cde7a Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Sun, 15 Jan 2017 11:01:46 +1100 Subject: [PATCH] Fix wording for addon restart to mention [Gramps Views] as the special reason why you need to restart --- 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 9ae750f25..cfb48979a 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 use the new addons.")), + _("If you have installed a 'Gramps View', you will need to restart Gramps.")), parent=self.window) else: OkDialog(_("Done downloading and installing addons"),