From ea55485e417201d2c7d2f282f6a323e0c5e25440 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 30 Sep 2008 17:11:52 +0000 Subject: commit the string for translation (but still need to be reviewed by adam) the code will come later (when decided how to do it) --- perl-install/install/steps_interactive.pm | 4 ++++ 1 file changed, 4 insertions(+) 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}) { -- cgit v1.2.1