Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1.3, 1.1.4, and 1.1.5

stable thgimport: fix typo in p0 checkbox label

Changeset 74f7391cc41e

Parent 6a75146370de

by David Wilhelm

Changes to one file · Browse files at 74f7391cc41e Showing diff from parent 6a75146370de Diff from another changeset...

 
82
83
84
85
 
86
87
88
 
82
83
84
 
85
86
87
88
@@ -82,7 +82,7 @@
  table.add_row(_('Source:'), self.src_combo, 1,   self.files_btn, menubtn, expand=0)   - self.p0check = gtk.CheckButton(_('Do no strip paths ' + self.p0check = gtk.CheckButton(_('Do not strip paths '   '(-p0), required for SVN patches'))   table.add_row(None, self.p0check, 1, expand=0)