diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-24 16:26:14 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-24 16:26:14 +0100 |
commit | 6dac925e6547102c68e5b1a596e8848b079befd3 (patch) | |
tree | 8d30e1034b2a6f6692cac37fa285acbea17f983b /src/core/procedures | |
parent | a8baba4deb9fb05faffb97e32c030391d44850a7 (diff) |
more logical place for warning
Diffstat (limited to 'src/core/procedures')
-rw-r--r-- | src/core/procedures/interactive | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 1a89408..dc4232a 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -19,7 +19,7 @@ PART_ROOT= DEFAULTFS="/boot:32:ext2:+ swap:256:swap /:7500:ext3 /home:*:ext3" worker_select_source_title='Select Source' -worker_runtime_network_title='Setup Network (Make sure the network is ok before continuing' +worker_runtime_network_title='Setup Network' worker_select_mirror_title='Choose Mirror' worker_set_clock_title='Set clock' worker_prepare_disks_title='Prepare Hard Drive(s)' @@ -95,7 +95,7 @@ mainmenu() select_source_extras_menu () { while true; do - ask_option no "FTP Installation" '' \ + ask_option no "FTP Installation" 'Make sure the network is ok before continuing the installer' \ "1" "$worker_runtime_network_title" \ "2" "$worker_select_mirror_title" \ "3" "Return to Main Menu" |