i18n: don't mark trivial string for translation stable
authorMartin Geisler <mg@lazybytes.net>
Wed, 16 Mar 2011 17:38:25 +0100
branchstable
changeset 13685 e9628665b670
parent 13684 cfe8d35313f3
child 13686 c97ad3bd0b8d
i18n: don't mark trivial string for translation
hgext/convert/convcmd.py
--- a/hgext/convert/convcmd.py	Wed Mar 16 17:34:13 2011 +0100
+++ b/hgext/convert/convcmd.py	Wed Mar 16 17:38:25 2011 +0100
@@ -71,7 +71,7 @@
         except NoRepo, inst:
             ui.note(_("convert: %s\n") % inst)
         except MissingTool, inst:
-            raise util.Abort(_('%s\n') % inst)
+            raise util.Abort('%s\n' % inst)
     raise util.Abort(_('%s: unknown repository type') % path)
 
 class progresssource(object):