diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-06 14:07:36 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-06 14:07:36 +0100 |
commit | a576218155ca5b631e5e4074a0a47e9a0773564b (patch) | |
tree | f13eae3993483854b6ce62cee5f8bc9c5b11975a /src/core | |
parent | e85258bb9394fa74fd97f98966368f821b3d3bf2 (diff) |
clarity fix
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 2 |
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 cb19b3e..e120385 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -324,7 +324,7 @@ interactive_filesystem () then default= [ -n "$fs_label" ] && default="$fs_label" - ask_string "Enter the label/name for $part" "$default" 0 #TODO: check that you can't give LV's labels that have been given already or the installer will break + ask_string "Enter the label/name for this $fs_type on $part" "$default" 0 #TODO: check that you can't give LV's labels that have been given already or the installer will break fs_label=$ANSWER_STRING fi |