All strings translatable in -help
This commit is contained in:
		
							parent
							
								
									62875aba80
								
							
						
					
					
						commit
						b0dcfce121
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										10
									
								
								src/gajim.py
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								src/gajim.py
									
										
									
									
									
								
							| 
						 | 
					@ -138,13 +138,13 @@ def parseOpts():
 | 
				
			||||||
        sys.exit(2)
 | 
					        sys.exit(2)
 | 
				
			||||||
    for o, a in opts:
 | 
					    for o, a in opts:
 | 
				
			||||||
        if o in ('-h', '--help'):
 | 
					        if o in ('-h', '--help'):
 | 
				
			||||||
            print('Usage:  ' + \
 | 
					            print(_('Usage:') + \
 | 
				
			||||||
                '\n  gajim [options] filename\n' + \
 | 
					                '\n  gajim [options] filename\n\n' + \
 | 
				
			||||||
                '\nOptions:' + \
 | 
					                _('Options:') + \
 | 
				
			||||||
                '\n  -h, --help         ' + \
 | 
					                '\n  -h, --help         ' + \
 | 
				
			||||||
                    _('Show this help message and exit') + \
 | 
					                    _('Show this help message and exit') + \
 | 
				
			||||||
                '\n  -q, --quiet        ' + _\
 | 
					                '\n  -q, --quiet        ' + \
 | 
				
			||||||
                    ('Show only critical errors') + \
 | 
					                    _('Show only critical errors') + \
 | 
				
			||||||
                '\n  -v, --verbose      ' + \
 | 
					                '\n  -v, --verbose      ' + \
 | 
				
			||||||
                    _('Print xml stanzas and other debug information') + \
 | 
					                    _('Print xml stanzas and other debug information') + \
 | 
				
			||||||
                '\n  -p, --profile      ' + \
 | 
					                '\n  -p, --profile      ' + \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue