All strings translatable in -help
This commit is contained in:
parent
2139105da2
commit
0320ad611b
10
src/gajim.py
10
src/gajim.py
|
@ -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 ' + \
|
||||
|
|
Loading…
Reference in New Issue