From 658a9dd3d3bfb78d04f4323ef655cfbdfa9a99ca Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Sun, 18 May 2014 18:23:36 +0200 Subject: [PATCH] Replace drive by disk in message --- src/chgarchn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chgarchn.c b/src/chgarchn.c index 1d786c3a..f812e552 100644 --- a/src/chgarchn.c +++ b/src/chgarchn.c @@ -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) {