summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaszlo Papp <djszapi2@gmail.com>2009-09-25 22:42:06 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-09-25 22:42:06 +0200
commit721c81272725617f1b2fe908a65bab86d4764b25 (patch)
tree86004f3b53ac610082e2a7c142cf0925bdd33243 /src
parent2811e74ed37b2a4e0d8f3fc4c2ffb31e267e3061 (diff)
Wrong sentence was corrected
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
1 files changed, 1 insertions, 1 deletions
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);