patch: marked string for translation
authorMartin Geisler <mg@lazybytes.net>
Mon, 10 Aug 2009 23:02:58 +0200
changeset 9331 9d68d9deda51
parent 9330 be2a13153372
child 9333 4e7149ed98e8
patch: marked string for translation
mercurial/patch.py
--- a/mercurial/patch.py	Mon Aug 10 22:59:29 2009 +0200
+++ b/mercurial/patch.py	Mon Aug 10 23:02:58 2009 +0200
@@ -1448,7 +1448,7 @@
                                                 adds+removes, pluses, minuses))
 
     if stats:
-        output.append(' %d files changed, %d insertions(+), %d deletions(-)\n'
+        output.append(_(' %d files changed, %d insertions(+), %d deletions(-)\n')
                       % (len(stats), totaladds, totalremoves))
 
     return ''.join(output)