diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 18:13:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 18:13:19 +0000 |
commit | f505820aaae6b7cf694cca92b7a9552841dc9edf (patch) | |
tree | 9380d9dc4e0a89a46c6976c7451e6d739276955c /perl-install/install/steps_interactive.pm | |
parent | 47f5c5ffd8eeea582dd8cfe894a6506d7a8ba729 (diff) | |
download | drakx-f505820aaae6b7cf694cca92b7a9552841dc9edf.tar drakx-f505820aaae6b7cf694cca92b7a9552841dc9edf.tar.gz drakx-f505820aaae6b7cf694cca92b7a9552841dc9edf.tar.bz2 drakx-f505820aaae6b7cf694cca92b7a9552841dc9edf.tar.xz drakx-f505820aaae6b7cf694cca92b7a9552841dc9edf.zip |
update string per adamw recommendation
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 0100bed0d..90bb90a62 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -160,8 +160,10 @@ sub selectInstallClass { } 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'); +on your system. This installer cannot preserve KDE 3.5 in an upgrade. If you choose to proceed, +KDE 4 will replace KDE 3, and you will lose your personal KDE configuration settings. +To upgrade with KDE 3.5 and your personal settings preserved, +please reboot your system and upgrade using the Mandriva update applet.", 'Mandriva Linux 2009'); if (ref $p) { |