~vcs-imports/balsa/master

« back to all changes in this revision

Viewing changes to libbalsa/mailbox_mh.c

  • Committer: Peter Bloomfield
  • Author(s): Piotr Drąg
  • Date: 2016-11-23 01:07:26 UTC
  • Revision ID: git-v1:55746ccf7e59a9f001eb797cc38808b9bbb94af6
Clean some translatable strings

Typo fixes, correct capitalization, double spaces, etc.

Signed-off-by: Peter Bloomfield <PeterBloomfield@bellsouth.net>

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
        if (libbalsa_mailbox_type_from_path(path) !=
168
168
            LIBBALSA_TYPE_MAILBOX_MH) {
169
169
            libbalsa_information(LIBBALSA_INFORMATION_WARNING,
170
 
                                 _("Mailbox %s does not appear to be a Mh mailbox."),
 
170
                                 _("Mailbox %s does not appear to be an MH mailbox."),
171
171
                                 path);
172
172
            return -1;
173
173
        }