Replace drive by disk in message
This commit is contained in:
parent
9ed4ebfef4
commit
658a9dd3d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue