diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-03-07 23:35:19 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-03-07 23:35:19 +0000 |
commit | 0a347b4c6c86f9ede2162b8b3810ce4198fd63b1 (patch) | |
tree | eb324b2d277829a34658b88a66f7261925dd3078 | |
parent | b37a8d44e58ce50c724f95fba5f40fc6d15377e9 (diff) | |
download | drakx-backup-do-not-use-0a347b4c6c86f9ede2162b8b3810ce4198fd63b1.tar drakx-backup-do-not-use-0a347b4c6c86f9ede2162b8b3810ce4198fd63b1.tar.gz drakx-backup-do-not-use-0a347b4c6c86f9ede2162b8b3810ce4198fd63b1.tar.bz2 drakx-backup-do-not-use-0a347b4c6c86f9ede2162b8b3810ce4198fd63b1.tar.xz drakx-backup-do-not-use-0a347b4c6c86f9ede2162b8b3810ce4198fd63b1.zip |
english fix thx to till & phil
-rw-r--r-- | mdk-stage1/newt-frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |