From d4b77bd50fde9ec98c76c660efd9bd2e336df692 Mon Sep 17 00:00:00 2001 From: szaka Date: Mon, 2 Apr 2007 21:09:18 +0000 Subject: [PATCH] fix typo in hibernated volume message --- src/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.c b/src/utils.c index ec33bf2a..6359fdc0 100644 --- a/src/utils.c +++ b/src/utils.c @@ -93,8 +93,8 @@ static const char *corrupt_volume_msg = "made to NTFS by this software.\n"; static const char *hibernated_volume_msg = -"The NTFS partition is hibernated. Please resume Windows and turned it \n" -"off properly, so mounting could be done safely.\n"; +"The NTFS partition is hibernated. Please resume and shutdown Windows\n" +"properly, so mounting could be done safely.\n"; static const char *unclean_journal_msg = "Mount is denied because NTFS logfile is unclean. Choose one action:\n"