diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-05 14:20:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-05 14:20:05 +0000 |
commit | 19a993c180fa4d99c8c9ce323bdc2ac180717bea (patch) | |
tree | 0d4f415c7bc712547f4f1ca18fb188133d8f6f4c /perl-install | |
parent | ab189c56ae0bb79f3720e9256882c670b7ef4a29 (diff) | |
download | drakx-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar drakx-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar.gz drakx-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar.bz2 drakx-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar.xz drakx-19a993c180fa4d99c8c9ce323bdc2ac180717bea.zip |
fix typo
Diffstat (limited to 'perl-install')
-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; } |