From: Paul Mangan Date: Sat, 14 Dec 2002 09:03:41 +0000 (+0000) Subject: fix english X-Git-Tag: rel_0_8_7~27 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=208af31325d301e366f66dc9c411a20cf225745d fix english --- diff --git a/src/prefs_filtering.c b/src/prefs_filtering.c index 61848d043..460fc271f 100644 --- a/src/prefs_filtering.c +++ b/src/prefs_filtering.c @@ -1435,8 +1435,8 @@ static void prefs_filtering_ok(void) row++; } if (strcmp(filtering_str, str) != 0) { - val = alertpanel(_("Entry not registered"), - _("The entry was not registered\nAre you really finished?"), + val = alertpanel(_("Entry not saved"), + _("The entry was not saved\nHave 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 967c3c8db..a810068f7 100644 --- a/src/prefs_matcher.c +++ b/src/prefs_matcher.c @@ -1405,8 +1405,8 @@ static void prefs_matcher_ok(void) row++; } if (strcmp(matcher_str, str) != 0) { - val = alertpanel(_("Entry not registered"), - _("The entry was not registered\nAre you really finished?"), + val = alertpanel(_("Entry not saved"), + _("The entry was not saved\nHave 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 97e396c13..6f85c186a 100644 --- a/src/prefs_scoring.c +++ b/src/prefs_scoring.c @@ -764,8 +764,8 @@ static void prefs_scoring_ok(void) row++; } if (strcmp(scoring_str, str) != 0) { - val = alertpanel(_("Entry not registered"), - _("The entry was not registered\nAre you really finished?"), + val = alertpanel(_("Entry not saved"), + _("The entry was not saved\nHave you really finished?"), _("Yes"), _("No"), NULL); if (G_ALERTDEFAULT != val) { g_free(str);