From d07aab11f5723822287307a6ca758622a7138a8d Mon Sep 17 00:00:00 2001 From: szaka Date: Fri, 30 Sep 2005 19:46:45 +0000 Subject: [PATCH] Update unclean_journal_msg --- ntfsprogs/ntfsresize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ntfsprogs/ntfsresize.c b/ntfsprogs/ntfsresize.c index 6c16efe0..f0f9b6fd 100644 --- a/ntfsprogs/ntfsresize.c +++ b/ntfsprogs/ntfsresize.c @@ -100,9 +100,9 @@ static const char *hibernated_volume_msg = "turned off properly, thus resizing will be possible later on.\n"; static const char *unclean_journal_msg = -"Apparently the NTFS journal file is unclean. Please shutdown Windows\n" -"properly before using this software. If it wouldn't help then please\n" -"report it to linux-ntfs-dev@lists.sf.net. Thank you.\n"; +"The NTFS journal file is unclean. Please shutdown Windows properly before\n" +"using this software! Note, if you have run chkdsk previously then boot\n" +"Windows again which will automatically initialize the journal correctly.\n"; static const char *bad_sectors_warning_msg = "****************************************************************************\n"