Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19463/ntfsprogs
Modified Files:
ntfsresize.c
Log Message:
Update unclean_journal_msg
Index: ntfsresize.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsresize.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -p -r1.91 -r1.92
--- ntfsresize.c 29 Sep 2005 23:30:16 -0000 1.91
+++ ntfsresize.c 30 Sep 2005 19:46:45 -0000 1.92
@@ -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 lin...@li.... 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"
|