summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-14 16:40:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-14 16:40:42 +0000
commit851d81d9d9b7a3db680c6d71f284d67654d16c29 (patch)
tree0d29b122219e6044e3b44901397c1af1bd35179b
parent4d20fe11edb1b8f5c9f21d236b0c268098b45e8c (diff)
downloaddrakx-backup-do-not-use-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar
drakx-backup-do-not-use-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar.gz
drakx-backup-do-not-use-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar.bz2
drakx-backup-do-not-use-851d81d9d9b7a3db680c6d71f284d67654d16c29.tar.xz
drakx-backup-do-not-use-851d81d9d9b7a3db680c6d71f284d67654d16c29.zip
(exitInstall): fix bad i18n of Replay button (thx2submarine)
-rw-r--r--perl-install/install_steps_interactive.pm2
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 },