Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

rename: add gettext wrapper around new error message

The message wasn't interesting enough to be translated in 0.9. Especially
when it should be impossible to generate outside of the command line.

Changeset b96719cfdcb3

Parent 5cebdb2493f4

by Steve Borho

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

 
26
27
28
29
 
30
31
32
 
26
27
28
 
29
30
31
32
@@ -26,7 +26,7 @@
  fname = util.canonpath(root, cwd, pats[0])   target = util.canonpath(root, cwd, pats[1])   except util.Abort, e: - return gdialog.Prompt("invalid path", str(e), None) + return gdialog.Prompt(_('Invalid path'), str(e), None)   except IndexError:   pass   os.chdir(root)