Update english

master-3.5 3.5.0
parent 387c325e3a
commit 2ca5304134

@ -57,7 +57,7 @@ def parse():
parser.add_argument(
'--attach', metavar='PID',
dest='pid_res', help="%s (%s)" % (
_("attach to the process"),
_("attach to process"),
_("'list' for displaying possible values")))
parser.add_argument(
'--keep', action='store_true', default=False,

@ -36,5 +36,5 @@ def console_main():
except KeyboardInterrupt:
wait_thread.stop()
red = '\033[31m * \033[0m'
print '\n' + red + _('Interrupted by the user')
print '\n' + red + _('Manually interrupted')
sys.exit(1)

Loading…
Cancel
Save