summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-31 15:21:31 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-31 15:21:31 +0100
commit1e741b98c77d73a1dfd28d6fae8677b31f68d8f4 (patch)
treec80043c62eed0718dcc30cc777f02c7dcbf10bc0
parent2b75887fc27c371f921875c086f5d5e67fb441b5 (diff)
fix "NET (HTTP/FTP) Installation" menu
-rw-r--r--src/core/procedures/interactive2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index c027309..52faa44 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -108,7 +108,7 @@ select_source_extras_menu ()
while true; do
local default=no
ask_option $default "NET (HTTP/FTP) Installation" "Make sure the network is ok and you've selected a mirror before continuing the installer" required \
- "1" "${worker_titles['runtime_network']}" \
+ "1" "${workertitles['runtime_network']}" \
"2" "Select mirror" \
"3" "Return to Main Menu" || return 1
[ "$ANSWER_OPTION" = 1 ] && execute worker runtime_network && default=2