From f21219215545cf2804e9e52c2cf730742ce29fda Mon Sep 17 00:00:00 2001 From: louib Date: Fri, 27 Dec 2019 12:21:20 -0500 Subject: [PATCH] Rename Quick Erase for Zero Fill --- src/method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/method.c b/src/method.c index 13fb31c..2f7c937 100644 --- a/src/method.c +++ b/src/method.c @@ -64,7 +64,7 @@ const char* nwipe_dodshort_label = "DoD Short"; const char* nwipe_gutmann_label = "Gutmann Wipe"; const char* nwipe_ops2_label = "RCMP TSSIT OPS-II"; const char* nwipe_random_label = "PRNG Stream"; -const char* nwipe_zero_label = "Quick Erase"; +const char* nwipe_zero_label = "Zero Fill"; const char* nwipe_verify_label = "Verify Blank"; const char* nwipe_unknown_label = "Unknown Method (FIXME)";