Fix wording for addon restart

to mention [Gramps Views] as the special reason why you need to restart
This commit is contained in:
Sam Manzi 2017-01-15 11:01:46 +11:00
parent 5df1612339
commit 9aeeae8baf
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -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"),