From 19a993c180fa4d99c8c9ce323bdc2ac180717bea Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Feb 2003 14:20:05 +0000 Subject: fix typo --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 3d076c5a2..10c34ef60 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -889,7 +889,7 @@ sub summary { ]); if (!$o->{raw_X} && pkgs::packageByName($o->{packages}, 'XFree86')->flag_installed) { - $o->ask_yesorno('', _("You have not configured X. Are you sure you really want this?")) + $o->ask_yesorno('', N("You have not configured X. Are you sure you really want this?")) or goto summary; } -- cgit v1.2.1