From 208af31325d301e366f66dc9c411a20cf225745d Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sat, 14 Dec 2002 09:03:41 +0000 Subject: [PATCH] fix english --- src/prefs_filtering.c | 4 ++-- src/prefs_matcher.c | 4 ++-- src/prefs_scoring.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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); -- 2.25.1