mercurial/dispatch.py
branchstable
changeset 13430 ed720c7cc97d
parent 13394 30e103dacd5f
child 13447 931a72e00efa
--- a/mercurial/dispatch.py	Wed Feb 16 21:02:19 2011 -0200
+++ b/mercurial/dispatch.py	Wed Feb 16 21:02:41 2011 -0200
@@ -226,7 +226,7 @@
                     elif int(m.groups()[0]) <= len(args):
                         return m.group()
                     else:
-                        ui.debug(_("No argument found for substitution"
+                        ui.debug(_("No argument found for substitution "
                                    "of %i variable in alias '%s' definition.")
                                  % (int(m.groups()[0]), self.name))
                         return ''