changeset 8535:5b6a6ed4f185

cmdutil: mark string for translation
author Martin Geisler <mg@lazybytes.net>
date Wed, 20 May 2009 12:20:27 +0200
parents 22ec9cf4d0ce
children b48a1e081f23
files mercurial/cmdutil.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Wed May 20 10:50:23 2009 +0200
+++ b/mercurial/cmdutil.py	Wed May 20 12:20:27 2009 +0200
@@ -1231,7 +1231,7 @@
     edittext.append("") # Empty line between message and comments.
     edittext.append(_("HG: Enter commit message."
                       "  Lines beginning with 'HG:' are removed."))
-    edittext.append("HG: Leave message empty to abort commit.")
+    edittext.append(_("HG: Leave message empty to abort commit."))
     edittext.append("HG: --")
     edittext.append(_("HG: user: %s") % ctx.user())
     if ctx.p2():