summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2022-11-16 07:33:02 +0100
committerChristophe Grenier <[email protected]>2022-11-16 07:33:02 +0100
commit548a12d70454044e5c33d10f051fa2437755d77d (patch)
tree7fe834396c092457a947509f6a1029ce4cbc4ad2
parentd4df329408250a7c1becdb3e0803e6e080b74a4f (diff)
Replace "Select a media (use Arrow keys, then press Enter):" message by
"Select a media and choose 'Proceed' using arrow keys:"
-rw-r--r--src/pdiskseln.c2
-rw-r--r--src/tdisksel.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pdiskseln.c b/src/pdiskseln.c
index 7da7a7f3..39527a3f 100644
--- a/src/pdiskseln.c
+++ b/src/pdiskseln.c
@@ -113,7 +113,7 @@ static int photorec_disk_selection_ncurses(struct ph_param *params, struct ph_op
wmove(stdscr,5,0);
wprintw(stdscr,"comes with ABSOLUTELY NO WARRANTY.");
wmove(stdscr,7,0);
- wprintw(stdscr,"Select a media (use Arrow keys, then press Enter):");
+ wprintw(stdscr,"Select a media and choose 'Proceed' using arrow keys:");
for(i=0,element_disk=list_disk;
element_disk!=NULL && i<offset+NBR_DISK_MAX;
i++, element_disk=element_disk->next)
diff --git a/src/tdisksel.c b/src/tdisksel.c
index 89f87c7c..9fc0594c 100644
--- a/src/tdisksel.c
+++ b/src/tdisksel.c
@@ -96,7 +96,7 @@ static int testdisk_disk_selection_ncurses(int verbose,int dump_ind, const list_
wmove(stdscr,5,0);
wprintw(stdscr,"comes with ABSOLUTELY NO WARRANTY.");
wmove(stdscr,7,0);
- wprintw(stdscr,"Select a media (use Arrow keys, then press Enter):");
+ wprintw(stdscr,"Select a media and choose 'Proceed' using arrow keys:");
for(i=0,element_disk=list_disk;
element_disk!=NULL && i<offset+NBR_DISK_MAX;
i++, element_disk=element_disk->next)