Restart addon message change wording

As not all addons are Views.
This commit is contained in:
Sam Manzi 2016-12-30 08:21:30 +11:00
parent f92903b1f7
commit af240c9b53
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 see new views.")),
_("You need to restart Gramps to use the new addons.")),
parent=self.window)
else:
OkDialog(_("Done downloading and installing addons"),