diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-10 18:43:17 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-10 18:43:17 +0100 |
commit | 3432af0fc59a4fb6a77dae3b4ab13162d85ebb54 (patch) | |
tree | 58adf0f7a843ea68b480a645b894104421bcc794 /src/core | |
parent | 80fed66e822d90abb234c32e0bcadcf1ed80d59d (diff) |
typo 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 791f10e..78ecf74 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -565,7 +565,7 @@ interactive_runtime_network() { fi ask_option no "Select a network interface" $ifaces || return 1 #TODO: code used originaly --nocancel here. what's the use? + make ok button 'select' - INTERFACE=$ANSWER_OPTION ;; + INTERFACE=$ANSWER_OPTION ask_yesno "Do you want to use DHCP?" |