Mercurial > public > mercurial-scm > hg-stable
diff hgext/gpg.py @ 10510:f77f3383c666 stable
i18n: mark more strings for translation
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 19 Feb 2010 02:23:38 +0100 |
parents | 4612cded5176 |
children | 13448eab08ca |
line wrap: on
line diff
--- a/hgext/gpg.py Fri Feb 19 02:11:37 2010 +0100 +++ b/hgext/gpg.py Fri Feb 19 02:23:38 2010 +0100 @@ -221,8 +221,8 @@ for n in nodes: hexnode = hgnode.hex(n) - ui.write("Signing %d:%s\n" % (repo.changelog.rev(n), - hgnode.short(n))) + ui.write(_("Signing %d:%s\n") % (repo.changelog.rev(n), + hgnode.short(n))) # build data data = node2txt(repo, n, sigver) sig = mygpg.sign(data)