hgext/patchbomb.py
changeset 8331 03cfc6ea93df
parent 8252 9674d64b6416
child 8471 e88cc16ba603
--- a/hgext/patchbomb.py	Fri May 08 15:52:26 2009 -0700
+++ b/hgext/patchbomb.py	Sat May 09 01:15:24 2009 +0200
@@ -466,7 +466,7 @@
           ('s', 'subject', '',
            _('subject of first message (intro or single patch)')),
           ('', 'in-reply-to', '',
-           _('"message identifier to reply to"')),
+           _('message identifier to reply to')),
           ('t', 'to', [], _('email addresses of recipients')),
          ]