diff options
Diffstat (limited to 'src/tdiskop.c')
-rw-r--r-- | src/tdiskop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdiskop.c b/src/tdiskop.c index 60e1287..9919177 100644 --- a/src/tdiskop.c +++ b/src/tdiskop.c @@ -193,7 +193,7 @@ static int menu_disk_ncurses(disk_t *disk_car, const int verbose,int dump_ind, c if(search_vista_part==0) { log_info("Ask the user for vista mode\n"); - if(ask_confirmation("Should TestDisk search for partition created under Vista ? [Y/N] (answer Yes if unsure)")!=0) + if(ask_confirmation("Should TestDisk search for partition created under Vista or later ? [Y/N] (answer Yes if unsure)")!=0) search_vista_part=1; } if(search_vista_part==1) |