diff hgext/patchbomb.py @ 7807:bd8f44638847

help: miscellaneous language fixes
author timeless <timeless@gmail.com>
date Sat, 28 Feb 2009 12:38:45 +0100
parents 2ceeb1423544
children d812029cda85
line wrap: on
line diff
--- a/hgext/patchbomb.py	Sat Feb 28 12:25:14 2009 +0100
+++ b/hgext/patchbomb.py	Sat Feb 28 12:38:45 2009 +0100
@@ -48,7 +48,7 @@
 each patchbomb message in a pager or sending the messages directly,
 it will create a UNIX mailbox file with the patch emails.  This
 mailbox file can be previewed with any mail user agent which supports
-UNIX mbox files, i.e. with mutt:
+UNIX mbox files, e.g. with mutt:
 
   % mutt -R -f mbox
 
@@ -444,7 +444,7 @@
 emailopts = [
           ('a', 'attach', None, _('send patches as attachments')),
           ('i', 'inline', None, _('send patches as inline attachments')),
-          ('', 'bcc', [], _('email addresses of blind copy recipients')),
+          ('', 'bcc', [], _('email addresses of blind carbon copy recipients')),
           ('c', 'cc', [], _('email addresses of copy recipients')),
           ('d', 'diffstat', None, _('add diffstat output to messages')),
           ('', 'date', '', _('use the given date as the sending date')),