From 851d81d9d9b7a3db680c6d71f284d67654d16c29 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 14 Apr 2001 16:40:42 +0000 Subject: (exitInstall): fix bad i18n of Replay button (thx2submarine) --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.1