[balsa] Capitalize MIME correctly



commit b4ff7a4aa98ebbfb44dfcb95492f0c245c7afdff
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Nov 27 17:42:40 2016 +0100

    Capitalize MIME correctly

 libbalsa/mailbox_mbox.c |    2 +-
 libbalsa/send.c         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbalsa/mailbox_mbox.c b/libbalsa/mailbox_mbox.c
index a295a43..ac4cd3f 100644
--- a/libbalsa/mailbox_mbox.c
+++ b/libbalsa/mailbox_mbox.c
@@ -1933,7 +1933,7 @@ lbm_mbox_add_message(LibBalsaMailboxLocal * local,
        g_free(from);
         g_set_error(err, LIBBALSA_MAILBOX_ERROR,
                     LIBBALSA_MAILBOX_APPEND_ERROR,
-                    _("%s: could not get new mime stream."),
+                    _("%s: could not get new MIME stream."),
                     "MBOX");
        return FALSE;
     }
diff --git a/libbalsa/send.c b/libbalsa/send.c
index 6a52cf2..d38a00b 100644
--- a/libbalsa/send.c
+++ b/libbalsa/send.c
@@ -1736,7 +1736,7 @@ libbalsa_message_create_mime_message(LibBalsaMessage* message, gboolean flow,
                        libbalsa_information(LIBBALSA_INFORMATION_WARNING,
                                             _("Cannot determine character set "
                                               "for text file “%s”; "
-                                              "sending as mime type “%s”"),
+                                              "sending as MIME type “%s”"),
                                             libbalsa_vfs_get_uri_utf8(body->file_uri),
                                              default_type);
                        g_strfreev(mime_type);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]