##// END OF EJS Templates
cmdutil: mark string for translation
Martin Geisler -
r8535:5b6a6ed4 default
parent child Browse files
Show More
@@ -1231,7 +1231,7 b' def commitforceeditor(repo, ctx, added, '
1231 edittext.append("") # Empty line between message and comments.
1231 edittext.append("") # Empty line between message and comments.
1232 edittext.append(_("HG: Enter commit message."
1232 edittext.append(_("HG: Enter commit message."
1233 " Lines beginning with 'HG:' are removed."))
1233 " Lines beginning with 'HG:' are removed."))
1234 edittext.append("HG: Leave message empty to abort commit.")
1234 edittext.append(_("HG: Leave message empty to abort commit."))
1235 edittext.append("HG: --")
1235 edittext.append("HG: --")
1236 edittext.append(_("HG: user: %s") % ctx.user())
1236 edittext.append(_("HG: user: %s") % ctx.user())
1237 if ctx.p2():
1237 if ctx.p2():
General Comments 0
You need to be logged in to leave comments. Login now