2007-04-02 [paul] 2.8.1cvs82
authorPaul Mangan <paul@claws-mail.org>
Mon, 2 Apr 2007 09:06:55 +0000 (09:06 +0000)
committerPaul Mangan <paul@claws-mail.org>
Mon, 2 Apr 2007 09:06:55 +0000 (09:06 +0000)
* src/plugins/bogofilter/bogofilter_gtk.c
a few English changes

ChangeLog
PATCHSETS
configure.ac
src/plugins/bogofilter/bogofilter_gtk.c

index 43c84cf0466f862cfb8f9be2979ffe1fecd89ea4..32c9584d969a24e791cac8acd780a00a6a13acfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-02 [paul]      2.8.1cvs82
+
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               a few English changes
+
 2007-04-02 [colin]     2.8.1cvs81
 
        * src/image_viewer.c
index a3082309e04a7be90444eed9b7b970f08c833291..a052554c0dcddcbca6cc8bc559cc75a3954d2a2b 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.105.2.90 -r 1.105.2.91 src/prefs_account.c;  cvs diff -u -r 1.30.2.32 -r 1.30.2.33 src/prefs_toolbar.c;  cvs diff -u -r 1.9.2.34 -r 1.9.2.35 src/common/defs.h;  ) > 2.8.1cvs79.patchset
 ( cvs diff -u -r 1.105.2.91 -r 1.105.2.92 src/prefs_account.c;  ) > 2.8.1cvs80.patchset
 ( cvs diff -u -r 1.1.2.16 -r 1.1.2.17 src/image_viewer.c;  cvs diff -u -r 1.94.2.130 -r 1.94.2.131 src/messageview.c;  ) > 2.8.1cvs81.patchset
+( cvs diff -u -r 1.1.2.22 -r 1.1.2.23 src/plugins/bogofilter/bogofilter_gtk.c;  ) > 2.8.1cvs82.patchset
index da7aa7ff1ea74acfd48b34d8f60ed7e42bdfaf48..f7dc97311cb99373cf0513428ea2a2aba7f763c6 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=81
+EXTRA_VERSION=82
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 91e0a061aae3e048ce17c1eb6109df25977b767d..a41b93debcb05bb1da3db83c74de80e933ca57db 100644 (file)
@@ -198,7 +198,7 @@ static void bogofilter_create_widget_func(PrefsPage * _page,
        gtk_widget_show(hbox_save_unsure);
        gtk_box_pack_start (GTK_BOX (vbox2), hbox_save_unsure, TRUE, TRUE, 0);
 
-       save_unsure_checkbtn = gtk_check_button_new_with_label(_("When unsure, move in"));
+       save_unsure_checkbtn = gtk_check_button_new_with_label(_("When unsure, move to"));
        gtk_widget_show(save_unsure_checkbtn);
        gtk_box_pack_start(GTK_BOX(hbox_save_unsure), save_unsure_checkbtn, FALSE, FALSE, 0);
 
@@ -227,11 +227,11 @@ static void bogofilter_create_widget_func(PrefsPage * _page,
        gtk_widget_show(hbox_whitelist);
        gtk_box_pack_start (GTK_BOX (vbox2), hbox_whitelist, TRUE, TRUE, 0);
 
-       whitelist_ab_checkbtn = gtk_check_button_new_with_label(_("Whitelist senders present in addressbook/folder"));
+       whitelist_ab_checkbtn = gtk_check_button_new_with_label(_("Whitelist senders found in address book/folder"));
        gtk_widget_show(whitelist_ab_checkbtn);
        gtk_box_pack_start(GTK_BOX(hbox_whitelist), whitelist_ab_checkbtn, FALSE, FALSE, 0);
        gtk_tooltips_set_tip(tooltips, whitelist_ab_checkbtn,
-                       _("Messages coming from your addressbook contacts will be received in the normal folder even if detected as spam"), NULL);
+                       _("Messages coming from your address book contacts will be received in the normal folder even if detected as spam"), NULL);
 
        whitelist_ab_folder_combo = gtk_combo_new();
        gtk_widget_show(whitelist_ab_folder_combo);
@@ -253,7 +253,7 @@ static void bogofilter_create_widget_func(PrefsPage * _page,
        gtk_widget_show (whitelist_ab_select_btn);
        gtk_box_pack_start (GTK_BOX (hbox_whitelist), whitelist_ab_select_btn, FALSE, FALSE, 0);
        gtk_tooltips_set_tip(tooltips, whitelist_ab_select_btn,
-                       _("Click this button to select a book or folder in the addressbook"),
+                       _("Click this button to select a book or folder in the address book"),
                        NULL);
 
        hbox_bogopath = gtk_hbox_new(FALSE, 8);