diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-04-24 04:52:17 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-04-24 04:52:17 +0000 |
commit | 8390e12e45f209a0174318ed529068595c7f70d3 (patch) | |
tree | 82b00686474b5ca39952f2b310f146fdc51d38f5 /src/prefs_common_dialog.c | |
parent | 983aea7a0e0e695c6cba6b6490d9d4d958b039e1 (diff) |
exclude quote lines when notifying missing attachments.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1984 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r-- | src/prefs_common_dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c index e7d7c61f..4ff57334 100644 --- a/src/prefs_common_dialog.c +++ b/src/prefs_common_dialog.c @@ -962,7 +962,7 @@ static void prefs_send_create(void) "RFC 2231: conforms to standard, but not popular")); PACK_CHECK_BUTTON (vbox1, checkbtn_check_attach, - _("Confirm attachments when the following strings (comma-separated) are found in the message body")); + _("Notify for missing attachments when the following strings (comma-separated) are found in the message body")); gtk_label_set_line_wrap(GTK_LABEL(GTK_BIN(checkbtn_check_attach)->child), TRUE); hbox1 = gtk_hbox_new (FALSE, 8); |