Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

menuthg: fix typo, (_synch to synch)

Changeset 74d3b831bcf3

Parent f770261fa570

by Simon Heimberg

Changes to one file · Browse files at 74d3b831bcf3 Showing diff from parent f770261fa570 Diff from another changeset...

 
233
234
235
236
 
237
238
239
 
233
234
235
 
236
237
238
239
@@ -233,7 +233,7 @@
    menu.append(TortoiseMenu(_("Synchronize..."),   _("Synchronize with remote repository"), - '_synch', icon="menusynch.ico")) + 'synch', icon="menusynch.ico"))   menu.append(TortoiseMenu(_("Recovery..."),   _("General repair and recovery of repository"),   'recovery', icon="general.ico"))