Index: mailhandler.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mailhandler/Attic/mailhandler.admin.inc,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 mailhandler.admin.inc
--- mailhandler.admin.inc	22 Nov 2009 19:13:18 -0000	1.1.2.7
+++ mailhandler.admin.inc	11 Dec 2009 07:00:15 -0000
@@ -102,7 +102,7 @@ function mailhandler_add_edit_mailbox($f
 
   $form['mime'] = array(
     '#type' => 'select',
-    '#title' => t('Mime preference'),
+    '#title' => t('MIME preference'),
     '#options' => array(
       'TEXT/HTML,TEXT/PLAIN' => 'HTML',
       'TEXT/PLAIN,TEXT/HTML' => t('Plain text'),
@@ -116,7 +116,7 @@ function mailhandler_add_edit_mailbox($f
     '#title' => t('Security'),
     '#options' => array(t('Disabled'), t('Require password')),
     '#default_value' => isset($edit['security']) ? $edit['security'] : 0,
-    '#description' => t('Disable security if your site does not require a password in the Commands section of incoming e-mails. Note: Security=Enabled and Mime preference=HTML is an unsupported combination.')
+    '#description' => t('Disable security if your site does not require a password in the Commands section of incoming e-mails. Note: Security=Enabled and MIME preference=HTML is an unsupported combination.')
   );
 
   $form['replies'] = array('#type' => 'radios', '#title' => t('Send error replies'), '#options' => array(t('Disabled'), t('Enabled')), '#default_value' => $edit['replies'], '#description' => t('Send helpful replies to all unsuccessful e-mail submissions. Consider disabling when a listserv posts to this mailbox.'));
Index: translations/cs.po
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mailhandler/translations/Attic/cs.po,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 cs.po
--- translations/cs.po	14 Sep 2008 20:45:07 -0000	1.1.2.1
+++ translations/cs.po	11 Dec 2009 07:00:16 -0000
@@ -226,7 +226,7 @@ msgid ""
 msgstr "Volitelné. V některých případech je potřeba pro připojení k mailserveru zadat další příkazy (např. \"/notls\", \"/novalidate-cert\" apod.). Podívejte se do dokumentace k <a href=\"http://php.net/imap_open\">imap_open</a>. Příkazy začínají znakem \"/\" a tímto znakem se také oddělují."
 
 #: mailhandler.module:786
-msgid "Mime preference"
+msgid "MIME preference"
 msgstr "Nastavení MIME"
 
 #: mailhandler.module:786
@@ -250,7 +250,7 @@ msgstr "Vyžadovat heslo"
 #: mailhandler.module:787
 msgid ""
 "Disable security if your site does not require a password in the Commands "
-"section of incoming e-mails. Note: Security=Enabled and Mime preference=HTML "
+"section of incoming e-mails. Note: Security=Enabled and MIME preference=HTML "
 "is an unsupported combination."
 msgstr "Zvolte \"vypnuto\", pokud nevyžadujete heslo v příchozích e-mailech. Poznámka: Nastavení MIME=HTML a Bezpečnost=Vyžadovat heslo je nepodporovaná kombinace."
 
Index: translations/mailhandler-module.pot
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mailhandler/translations/Attic/mailhandler-module.pot,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 mailhandler-module.pot
--- translations/mailhandler-module.pot	14 Sep 2008 20:45:07 -0000	1.1.2.1
+++ translations/mailhandler-module.pot	11 Dec 2009 07:00:16 -0000
@@ -196,7 +196,7 @@ msgid "Optional. In some circumstances y
 msgstr ""
 
 #: mailhandler.module:786
-msgid "Mime preference"
+msgid "MIME preference"
 msgstr ""
 
 #: mailhandler.module:786
@@ -216,7 +216,7 @@ msgid "Require password"
 msgstr ""
 
 #: mailhandler.module:787
-msgid "Disable security if your site does not require a password in the Commands section of incoming e-mails. Note: Security=Enabled and Mime preference=HTML is an unsupported combination."
+msgid "Disable security if your site does not require a password in the Commands section of incoming e-mails. Note: Security=Enabled and MIME preference=HTML is an unsupported combination."
 msgstr ""
 
 #: mailhandler.module:788
