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

commit: fix capitalization in get_custom_menus

Changeset 3423a3c5c0fa

Parent dcf0b390cf10

by Adrian Buehlmann

Changes to one file · Browse files at 3423a3c5c0fa Showing diff from parent dcf0b390cf10 Diff from another changeset...

 
606
607
608
609
 
610
611
612
 
606
607
608
 
609
610
611
612
@@ -606,7 +606,7 @@
  if self.is_merge():   return ()   else: - return [(_('_commit'), commit, 'MAR'),] + return [(_('_Commit'), commit, 'MAR'),]     def delete(self, window, event):   if not self.should_live():