From: Colin Leroy Date: Wed, 11 Dec 2002 10:20:40 +0000 (+0000) Subject: fix english ;) X-Git-Tag: rel_0_8_7~40 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=18b5f7bc9d1b320dc9ebe7b8c7ffdc89511d789c;ds=sidebyside fix english ;) --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 54239b27c..7dded1ba8 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-12-11 [colin] 0.8.6claws100 + * src/prefs_filtering.c + * src/prefs_matcher.c + * src/prefs_scoring.c + Fix english ;) + 2002-12-11 [colin] 0.8.6claws99 * src/prefs_common.[ch] diff --git a/configure.in b/configure.in index 05ff73e41..c43898c42 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws99 +EXTRA_VERSION=claws100 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/prefs_filtering.c b/src/prefs_filtering.c index f68bfa749..61848d043 100644 --- a/src/prefs_filtering.c +++ b/src/prefs_filtering.c @@ -1436,7 +1436,7 @@ static void prefs_filtering_ok(void) } if (strcmp(filtering_str, str) != 0) { val = alertpanel(_("Entry not registered"), - _("The entry was not registered\nAre you really finish?"), + _("The entry was not registered\nAre you really finished?"), _("Yes"), _("No"), NULL); if (G_ALERTDEFAULT != val) { g_free(str); diff --git a/src/prefs_matcher.c b/src/prefs_matcher.c index 251f241b9..967c3c8db 100644 --- a/src/prefs_matcher.c +++ b/src/prefs_matcher.c @@ -1406,7 +1406,7 @@ static void prefs_matcher_ok(void) } if (strcmp(matcher_str, str) != 0) { val = alertpanel(_("Entry not registered"), - _("The entry was not registered\nAre you really finish?"), + _("The entry was not registered\nAre you really finished?"), _("Yes"), _("No"), NULL); if (G_ALERTDEFAULT != val) { g_free(str); diff --git a/src/prefs_scoring.c b/src/prefs_scoring.c index 029902f70..97e396c13 100644 --- a/src/prefs_scoring.c +++ b/src/prefs_scoring.c @@ -765,7 +765,7 @@ static void prefs_scoring_ok(void) } if (strcmp(scoring_str, str) != 0) { val = alertpanel(_("Entry not registered"), - _("The entry was not registered\nAre you really finish?"), + _("The entry was not registered\nAre you really finished?"), _("Yes"), _("No"), NULL); if (G_ALERTDEFAULT != val) { g_free(str);