##// END OF EJS Templates
i18n: don't mark trivial string for translation
Martin Geisler -
r13685:e9628665 stable
parent child Browse files
Show More
@@ -71,7 +71,7 b' def convertsink(ui, path, type):'
71 71 except NoRepo, inst:
72 72 ui.note(_("convert: %s\n") % inst)
73 73 except MissingTool, inst:
74 raise util.Abort(_('%s\n') % inst)
74 raise util.Abort('%s\n' % inst)
75 75 raise util.Abort(_('%s: unknown repository type') % path)
76 76
77 77 class progresssource(object):
General Comments 0
You need to be logged in to leave comments. Login now