English source string corrections

From @monolifed <monolifed@gmail.com>
This commit is contained in:
Hans-Christoph Steiner 2017-09-15 22:20:18 +02:00
parent 9712fac011
commit 53e4ec47a7
7 changed files with 7 additions and 407 deletions

2
fdroid
View file

@ -31,7 +31,7 @@ commands = OrderedDict([
("build", _("Build a package from source")),
("init", _("Quickly start a new repository")),
("publish", _("Sign and place packages in the repo")),
("gpgsign", _("Add gpg signatures for packages in repo")),
("gpgsign", _("Add PGP signatures using GnuPG for packages in repo")),
("update", _("Update repo information for new packages")),
("verify", _("Verify the integrity of downloaded packages")),
("checkupdates", _("Check for updates to applications")),