Replace drive by disk in message

This commit is contained in:
Christophe Grenier 2014-05-18 18:23:36 +02:00
parent 9ed4ebfef4
commit 658a9dd3d3

View file

@ -94,7 +94,7 @@ int change_arch_type_ncurses(disk_t *disk, const int verbose)
wmove(stdscr,20,0);
wprintw(stdscr,"Note: Do NOT select 'None' for media with only a single partition. It's very");
wmove(stdscr,21,0);
wprintw(stdscr,"rare for a drive to be 'Non-partitioned'.");
wprintw(stdscr,"rare for a disk to be 'Non-partitioned'.");
car=wmenuSelect_ext(stdscr, 23, INTER_PARTITION_Y, INTER_PARTITION_X, menuOptions, 7, "IGHMNSXQ", MENU_BUTTON | MENU_VERT | MENU_VERT_WARN, &menu,&real_key);
switch(car)
{