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

synch: fix typo in error message

Changeset ba6ce5305165

Parent 5e529d44b135

by Steve Borho

Changes to one file · Browse files at ba6ce5305165 Showing diff from parent 5e529d44b135 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
505
506
507
508
 
509
510
511
 
505
506
507
 
508
509
510
511
@@ -505,7 +505,7 @@
    def _exec_cmd(self, cmd):   if self._cmd_running(): - error_dialog(self, _('Cannott run now'), + error_dialog(self, _('Cannot run now'),   _('Please try again after the previous command is completed'))   return