diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 2f4c7bd9a..7b6660459 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -898,7 +898,7 @@ been released after the distribution has been made available. You will get security fixes or bug fixes, but you need to have an Internet connection configured to proceed. -Do you want to continue ?")) || return; +Do you want to install the updates ?")) || return; #- bring all interface up for installing crypto packages. install_interactive::upNetwork($o); |