diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-26 13:11:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-26 13:11:43 +0000 |
commit | 6073c902ed39393009f1ab303dca08fc07a4b085 (patch) | |
tree | 6728c02168c65b64994541b15cfe3207c4f1c334 /perl-install/install/steps_interactive.pm | |
parent | 1083cd422d56ae8806d5c581afaa53f084a25b2a (diff) | |
download | drakx-6073c902ed39393009f1ab303dca08fc07a4b085.tar drakx-6073c902ed39393009f1ab303dca08fc07a4b085.tar.gz drakx-6073c902ed39393009f1ab303dca08fc07a4b085.tar.bz2 drakx-6073c902ed39393009f1ab303dca08fc07a4b085.tar.xz drakx-6073c902ed39393009f1ab303dca08fc07a4b085.zip |
s/2008 Spring/2009/
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-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 6f8e61def..073fd1d6b 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -209,7 +209,7 @@ safely be upgraded to %s. New installation replacing your previous one is recommended. Warning : you should backup all your personal data before choosing \"New -Installation\".", 'Mandriva Linux 2008 Spring') }, +Installation\".", 'Mandriva Linux 2009') }, [ { val => \$choice, type => 'list', list => \@choices, format => \&translate } ]); log::l("_warn_unsafe_upgrade: got $choice"); |