diff -r 7de68012f86e -r 03cfc6ea93df hgext/patchbomb.py --- 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')), ]