diff options
-rw-r--r-- | perl-install/install/steps_interactive.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index dce011f4f..0100bed0d 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -159,6 +159,10 @@ sub selectInstallClass { _check_unsafe_upgrade_and_warn($o, $p->{part}) or $p = undef; } + my $_foo = N("You have decided to upgrade your system to %s. KDE 3.5 has been detected +on your system. In order to process a safe upgrade, please reboot your system +and use the update applet to upgrade.", 'Mandriva Linux 2009'); + if (ref $p) { if ($p->{part}) { |