Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgconfig: string improvement

Changeset bc58cf95b3e9

Parent 31f4d2216a81

by Steve Borho

Changes to one file · Browse files at bc58cf95b3e9 Showing diff from parent 31f4d2216a81 Diff from another changeset...

 
549
550
551
552
553
 
 
554
555
556
 
549
550
551
 
 
552
553
554
555
556
@@ -549,8 +549,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')) + _("Can't change settings without iniparse package - " + "view is readonly."))   print 'Please install http://code.google.com/p/iniparse/'   self.readonly = True