2007-07-04 [wwp] 2.10.0cvs6

* src/plugins/bogofilter/bogofilter.c
		Gettext-ize an occurrence of "Any" that wasn't.
This commit is contained in:
Tristan Chabredier 2007-07-04 18:56:01 +00:00
parent 86944e4e87
commit 78f53309a6
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-07-04 [wwp] 2.10.0cvs6
* src/plugins/bogofilter/bogofilter.c
Gettext-ize an occurrence of "Any" that wasn't.
2007-07-04 [colin] 2.10.0cvs5
* po/POTFILES.in

View file

@ -2659,3 +2659,4 @@
( cvs diff -u -r 1.382.2.392 -r 1.382.2.393 src/compose.c; cvs diff -u -r 1.395.2.307 -r 1.395.2.308 src/summaryview.c; ) > 2.10.0cvs3.patchset
( cvs diff -u -r 1.213.2.146 -r 1.213.2.147 src/folder.c; cvs diff -u -r 1.274.2.193 -r 1.274.2.194 src/mainwindow.c; ) > 2.10.0cvs4.patchset
( cvs diff -u -r 1.53.2.27 -r 1.53.2.28 po/POTFILES.in; ) > 2.10.0cvs5.patchset
( cvs diff -u -r 1.1.2.31 -r 1.1.2.32 src/plugins/bogofilter/bogofilter.c; ) > 2.10.0cvs6.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=10
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=5
EXTRA_VERSION=6
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -100,7 +100,7 @@ static PrefParam param[] = {
NULL, NULL, NULL},
{"whitelist_ab", "FALSE", &config.whitelist_ab, P_BOOL,
NULL, NULL, NULL},
{"whitelist_ab_folder", "Any", &config.whitelist_ab_folder, P_STRING,
{"whitelist_ab_folder", N_("Any"), &config.whitelist_ab_folder, P_STRING,
NULL, NULL, NULL},
{"mark_as_read", "TRUE", &config.mark_as_read, P_BOOL,
NULL, NULL, NULL},