From 721c81272725617f1b2fe908a65bab86d4764b25 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Fri, 25 Sep 2009 22:42:06 +0200 Subject: Wrong sentence was corrected --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/libs') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 586abc9..8a66522 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -430,7 +430,7 @@ interactive_filesystem () [ $part_type = raw -o $part_type = lvm-lv ] && which `get_filesystem_program dm_crypt` &>/dev/null && FSOPTS="$FSOPTS dm_crypt DM_crypt_Volume" fs_create=no - ask_yesno "Do you want to have this filesystem re(created) ? If not, make sure there already is a filesystem!" && fs_create=yes + ask_yesno "Do you want to have this filesystem (re)created ? If not, make sure there already is a filesystem!" && fs_create=yes # determine FS fsopts=($FSOPTS); -- cgit v1.2.3-54-g00ecf