Merge pull request #304 from sam-m888/ChangeWordingAddonRestart
Restart addon message change wording
This commit is contained in:
@ -1217,7 +1217,7 @@ class UpdateAddons:
|
|||||||
"%s %s" % (ngettext("{number_of} addon was installed.",
|
"%s %s" % (ngettext("{number_of} addon was installed.",
|
||||||
"{number_of} addons were installed.",
|
"{number_of} addons were installed.",
|
||||||
count).format(number_of=count),
|
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)
|
parent=self.window)
|
||||||
else:
|
else:
|
||||||
OkDialog(_("Done downloading and installing addons"),
|
OkDialog(_("Done downloading and installing addons"),
|
||||||
|
Reference in New Issue
Block a user