From 31a4a4b45fd6184e1d090820010a20aa67abbdfe Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 6 Dec 2008 12:33:51 +0100 Subject: ui fix --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index cf61866..dc1dfa3 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -302,7 +302,7 @@ interactive_filesystem () fsopts=($FSOPTS); if [ ${#fsopts[*]} -lt 4 ] # less then 4 words in the $FSOPTS string. eg only one option then - infofy "Automatically picked ${fsopts[1]}. It's the only option for $part_type blockdevices" + notify "Automatically picked ${fsopts[1]}. It's the only option for $part_type blockdevices" fs_type=${fsopts[0]} else default= -- cgit v1.2.3-54-g00ecf