From 11a7e8297d665f2d600a161d72b2852dec8da7bd Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Tue, 6 Nov 2012 08:23:04 +0100 Subject: [PATCH] ntfsclone.c: Cleanup in error message. --- ntfsprogs/ntfsclone.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ntfsprogs/ntfsclone.c b/ntfsprogs/ntfsclone.c index 1930b4f3..48087601 100644 --- a/ntfsprogs/ntfsclone.c +++ b/ntfsprogs/ntfsclone.c @@ -103,9 +103,10 @@ static const char *EXEC_NAME = "ntfsclone"; static const char *bad_sectors_warning_msg = "*************************************************************************\n" -"* WARNING: The disk has bad sector. This means physical damage on the *\n" -"* disk surface caused by deterioration, manufacturing faults or other *\n" -"* reason. The reliability of the disk may stay stable or degrade fast. *\n" +"* WARNING: The disk has one or more bad sectors. This means that damage *\n" +"* has occurred on the disk surface, possibly caused by deterioration of *\n" +"* the physical media, manufacturing faults or other reasons. The *\n" +"* reliability of the disk may stay stable or degrade fast. *\n" "* Use the --rescue option to efficiently save as much data as possible! *\n" "*************************************************************************\n";