mercurial/patch.py
changeset 6953 63b5f4c73c98
parent 6952 3fffba1c87d0
child 7090 7b5c063b0b94
--- a/mercurial/patch.py	Sun Aug 31 16:12:02 2008 +0200
+++ b/mercurial/patch.py	Sun Aug 31 16:12:02 2008 +0200
@@ -229,7 +229,7 @@
                 return internalpatch(patchname, ui, strip, cwd, files)
             except NoHunks:
                 patcher = util.find_exe('gpatch') or util.find_exe('patch')
-                ui.debug('no valid hunks found; trying with %r instead\n' %
+                ui.debug(_('no valid hunks found; trying with %r instead\n') %
                          patcher)
                 if util.needbinarypatch():
                     args.append('--binary')