~vcs-imports/balsa/master

« back to all changes in this revision

Viewing changes to libbalsa/identity.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:
1002
1002
    /* create the "Messages" tab */
1003
1003
    grid = append_ident_notebook_page(notebook, _("Messages"), NULL);
1004
1004
    row = 0;
1005
 
    ident_dialog_add_entry(grid, row++, dialog, _("_Bcc:"),
 
1005
    ident_dialog_add_entry(grid, row++, dialog, _("_BCC:"),
1006
1006
                           "identity-bcc");
1007
1007
    ident_dialog_add_entry(grid, row++, dialog, _("Reply _string:"),
1008
1008
                           "identity-replystring");