diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-30 17:11:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-30 17:11:52 +0000 |
commit | ea55485e417201d2c7d2f282f6a323e0c5e25440 (patch) | |
tree | 65180aa0f773f8f8a147486b6a4d639822db3129 /perl-install/install/steps_interactive.pm | |
parent | 6e542cadc04a8da43b5a1290273b7d123b015c53 (diff) | |
download | drakx-ea55485e417201d2c7d2f282f6a323e0c5e25440.tar drakx-ea55485e417201d2c7d2f282f6a323e0c5e25440.tar.gz drakx-ea55485e417201d2c7d2f282f6a323e0c5e25440.tar.bz2 drakx-ea55485e417201d2c7d2f282f6a323e0c5e25440.tar.xz drakx-ea55485e417201d2c7d2f282f6a323e0c5e25440.zip |
commit the string for translation (but still need to be reviewed by adam)
the code will come later (when decided how to do it)
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-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}) { |