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

clone: change bundle file dialog title

Changeset d988176449db

Parent 4acb8dea14ac

by Emmanuel Rosa

Changes to one file · Browse files at d988176449db Showing diff from parent 4acb8dea14ac Diff from another changeset...

 
77
78
79
80
 
 
81
82
83
 
77
78
79
 
80
81
82
83
84
@@ -77,7 +77,8 @@
  if bundle:   # bundle button   bundlebtn = gtk.Button(_('Bundle...')) - bundlebtn.connect('clicked', self.bundle_clicked, title, entry) + bundlebtn.connect('clicked', self.bundle_clicked, + _('Select a Mercurial Bundle'), entry)   table.add_row(label, combo, 0, browse, bundlebtn)   else:   table.add_row(label, combo, 0, browse)