Mercurial > hg
changeset 12276:0c605364373c
i18n: unmark untranslatable string
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 13 Sep 2010 10:04:41 -0300 |
parents | 88a42bf5fa46 |
children | c4c2ba553401 |
files | mercurial/dispatch.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/dispatch.py Mon Sep 13 15:13:30 2010 +0200 +++ b/mercurial/dispatch.py Mon Sep 13 10:04:41 2010 -0300 @@ -24,7 +24,7 @@ except util.Abort, inst: sys.stderr.write(_("abort: %s\n") % inst) if inst.hint: - sys.stderr.write(_("(%s)\n") % inst.hint) + sys.stderr.write("(%s)\n" % inst.hint) return -1 except error.ParseError, inst: if len(inst.args) > 1: