Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

thgconfig: concat separated i18n strings

Changeset ad30cf1e2643

Parent 0be2e3b94fd9

by Yuki KODAMA

Changes to one file · Browse files at ad30cf1e2643 Showing diff from parent 0be2e3b94fd9 Diff from another changeset...

 
518
519
520
521
522
 
 
523
524
525
 
518
519
520
 
 
521
522
523
524
525
@@ -518,8 +518,8 @@
  self.readonly = False   except ImportError:   dialog.error_dialog(self, _('Iniparse package not found'), - _('Please install iniparse package') + '\n' + - _('Settings are only shown, no changing is possible')) + _('Please install iniparse package\n' + 'Settings are only shown, no changing is possible'))   print 'Please install http://code.google.com/p/iniparse/'   self.readonly = True