~vcs-imports/balsa/master

« back to all changes in this revision

Viewing changes to libbalsa/message.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:
612
612
 
613
613
    if (message->mailbox->readonly) {
614
614
        libbalsa_information(LIBBALSA_INFORMATION_WARNING,
615
 
                             _("Mailbox (%s) is readonly: "
 
615
                             _("Mailbox (%s) is read-only: "
616
616
                               "cannot change flags."),
617
617
                             message->mailbox->name);
618
618
        return;