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

View file

@ -1016,7 +1016,7 @@ def parse_commandline():
parser.add_argument("--skip-scan", dest="skipscan", action="store_true", default=False,
help=_("Skip scanning the source code for binaries and other problems"))
parser.add_argument("--dscanner", action="store_true", default=False,
help=_("Setup an emulator, install the apk on it and perform a drozer scan"))
help=_("Setup an emulator, install the APK on it and perform a Drozer scan"))
parser.add_argument("--no-tarball", dest="notarball", action="store_true", default=False,
help=_("Don't create a source tarball, useful when testing a build"))
parser.add_argument("--no-refresh", dest="refresh", action="store_false", default=True,