diff options
-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 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; } |