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

stable commit: fix dialog title

Changeset 78c8521fc42d

Parent 01bf6a8770bf

by Yuki KODAMA

Changes to one file · Browse files at 78c8521fc42d Showing diff from parent 01bf6a8770bf Diff from another changeset...

 
149
150
151
152
 
153
154
155
 
149
150
151
 
152
153
154
155
@@ -149,7 +149,7 @@
  elif self.mqmode:   patch = self.repo.mq.lookup('qtip')   return root + _(' - qrefresh ') + patch - return root + ' - ' + ' '.join([_('commit'), pats, user, date]) + return root + ' '.join([_(' - commit'), pats, user, date])     def get_icon(self):   return 'menucommit.ico'