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

rename: add gettext wrapper

Changeset 61482ea34fd0

Parent 43d0e5b39345

by Yuki KODAMA

Changes to one file · Browse files at 61482ea34fd0 Showing diff from parent 43d0e5b39345 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​rename.py Stacked
 
28
29
30
31
 
32
33
34
 
28
29
30
 
31
32
33
34
@@ -28,7 +28,7 @@
  target = hglib.toutf(util.normpath(target))   else:   target = hglib.toutf(fname) - title = 'Rename ' + hglib.toutf(fname) + title = _('Rename ') + hglib.toutf(fname)   dlg = dialog.entry_dialog(None, title, True, target, rename_resp)   dlg.orig = fname   return dlg