patchbomb: fix quotes in help string
authorMartin Geisler <mg@lazybytes.net>
Sat, 09 May 2009 01:15:24 +0200
changeset 8331 03cfc6ea93df
parent 8330 7de68012f86e
child 8332 3e544c074459
patchbomb: fix quotes in help string
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')),
          ]