diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-14 16:40:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-14 16:40:42 +0000 |
commit | 851d81d9d9b7a3db680c6d71f284d67654d16c29 (patch) | |
tree | 0d29b122219e6044e3b44901397c1af1bd35179b /perl-install/install_steps_interactive.pm | |
parent | 4d20fe11edb1b8f5c9f21d236b0c268098b45e8c (diff) | |
download | drakx-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar drakx-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar.gz drakx-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar.bz2 drakx-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar.xz drakx-851d81d9d9b7a3db680c6d71f284d67654d16c29.zip |
(exitInstall): fix bad i18n of Replay button (thx2submarine)
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 44d535037..869a26d6e 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1177,7 +1177,7 @@ in that case it will take over the hard drive!! (this is meant for installing on another box). You may prefer to replay the installation. -"), [ _("Replay"), _("Automated") ]); +"), [ __("Replay"), __("Automated") ]); $t and $o->generateAutoInstFloppy($t eq 'Replay'); }, advanced => 1 }, { val => \ (my $t2 = _("Save packages selection")), clicked => sub { install_any::g_default_packages($o) }, advanced => 1 }, |