diff --git a/dl.c b/dl.c index 656b83f..8d5d891 100644 --- a/dl.c +++ b/dl.c @@ -217,7 +217,7 @@ int bootstrap(char *f) { if(access(pre_install_txt_file,F_OK)>=0) { cat(pre_install_txt_file); } else { - printf("Prepare the portable. Hints:\n"); + printf("Prepare the portable to receive. Hints:\n"); printf("\tRUN \"COM:98N1ENN\"\t(for TANDY, Kyotronic, Olivetti)\n"); printf("\tRUN \"COM:9N81XN\"\t(for NEC)\n"); printf("\n");