Skip to content
Snippets Groups Projects
Commit 0320ad61 authored by Dicson's avatar Dicson
Browse files

All strings translatable in -help

parent 2139105d
No related branches found
No related tags found
No related merge requests found
......@@ -132,13 +132,13 @@ def parseOpts():
sys.exit(2)
for o, a in opts:
if o in ('-h', '--help'):
print 'Usage: ' + \
'\n gajim [options] filename\n' + \
'\nOptions:' + \
print _('Usage:') + \
'\n gajim [options] filename\n\n' + \
_('Options:') + \
'\n -h, --help ' + \
_('Show this help message and exit') + \
'\n -q, --quiet ' + _\
('Show only critical errors') + \
'\n -q, --quiet ' + \
_('Show only critical errors') + \
'\n -v, --verbose ' + \
_('Print xml stanzas and other debug information') + \
'\n -p, --profile ' + \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment