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

tagadd: fix typo in translation string update

Changeset f0246a83d5f0

Parent ebaeb63a444a

by Steve Borho

Changes to one file · Browse files at f0246a83d5f0 Showing diff from parent ebaeb63a444a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​tagadd.py Stacked
 
203
204
205
206
 
207
208
209
 
203
204
205
 
206
207
208
209
@@ -203,7 +203,7 @@
  try:   self._rm_hg_tag(name, message, is_local)   info_dialog(self, _('Tagging completed'), - _('Tag "%s" has been removed'), % name) + _('Tag "%s" has been removed') % name)   self._refresh()   except util.Abort, inst:   error_dialog(self, _('Error in tagging'), str(inst))