summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2014-05-18 18:23:36 +0200
committerChristophe Grenier <[email protected]>2014-05-18 18:23:36 +0200
commit658a9dd3d3bfb78d04f4323ef655cfbdfa9a99ca (patch)
treef34ecfae459a2062efebbcdc3f3bc83d5a6dd202 /src
parent9ed4ebfef47a1c9cdf72433802db9916cd750740 (diff)
Replace drive by disk in message
Diffstat (limited to 'src')
-rw-r--r--src/chgarchn.c2
1 files changed, 1 insertions, 1 deletions
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)
{