~vcs-imports/balsa/master

« back to all changes in this revision

Viewing changes to src/filter-edit-callbacks.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:
956
956
    fe_matching_fields_to      = add_check(grid, _("_To:"),     0,1);
957
957
    fe_matching_fields_from    = add_check(grid, _("_From:"),   1,1);
958
958
    fe_matching_fields_subject = add_check(grid, _("_Subject"), 0,2);
959
 
    fe_matching_fields_cc      = add_check(grid, _("_Cc:"),     1,2);
 
959
    fe_matching_fields_cc      = add_check(grid, _("_CC:"),     1,2);
960
960
    fe_matching_fields_us_head =
961
961
        gtk_check_button_new_with_mnemonic(_("_User header:"));
962
962
    gtk_widget_set_hexpand(fe_matching_fields_us_head, TRUE);