From 0a347b4c6c86f9ede2162b8b3810ce4198fd63b1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 7 Mar 2002 23:35:19 +0000 Subject: english fix thx to till & phil --- mdk-stage1/newt-frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/newt-frontend.c') diff --git a/mdk-stage1/newt-frontend.c b/mdk-stage1/newt-frontend.c index 15221c91f..5e0af6ca2 100644 --- a/mdk-stage1/newt-frontend.c +++ b/mdk-stage1/newt-frontend.c @@ -381,7 +381,7 @@ enum return_type ask_from_entries(char *msg, char ** questions, char *** answers *(entries[j].value) = NULL; } - rc = mynewtWinEntries("Please fill entries...", msg, 52, 5, 5, entry_size, callback_func, entries, "Ok", "Cancel", NULL); + rc = mynewtWinEntries("Please fill in entries...", msg, 52, 5, 5, entry_size, callback_func, entries, "Ok", "Cancel", NULL); if (rc == 3) return RETURN_BACK; -- cgit v1.2.1