diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-04-12 10:07:32 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-04-12 10:07:32 +0200 |
commit | e5e54d1d932eb43aeb44a6ce88e1c0ef3787e12c (patch) | |
tree | 33aeec226ff25d694e8d2bee58cff0297e1d6d7c /src/core/libs | |
parent | 12ceb3817191f477411ebc7acf71c3675a5d1f29 (diff) |
remove comment. patch from Jud "judfilm"
Diffstat (limited to 'src/core/libs')
-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 ad80ade..1964b95 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -1024,7 +1024,7 @@ interactive_get_editor() { select_source_extras_menu () { while true; do - ask_option no "FTP Installation" 'Make sure the network is ok before continuing the installer' required \ #TODO: display the "make sure network is okay" in a better way + ask_option no "FTP Installation" 'Make sure the network is ok before continuing the installer' required \ "1" "$worker_runtime_network_title" \ "2" "$worker_select_mirror_title" \ "3" "Return to Main Menu" |