summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-05 14:20:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-05 14:20:05 +0000
commit19a993c180fa4d99c8c9ce323bdc2ac180717bea (patch)
tree0d4f415c7bc712547f4f1ca18fb188133d8f6f4c /perl-install
parentab189c56ae0bb79f3720e9256882c670b7ef4a29 (diff)
downloaddrakx-backup-do-not-use-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar
drakx-backup-do-not-use-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar.gz
drakx-backup-do-not-use-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar.bz2
drakx-backup-do-not-use-19a993c180fa4d99c8c9ce323bdc2ac180717bea.tar.xz
drakx-backup-do-not-use-19a993c180fa4d99c8c9ce323bdc2ac180717bea.zip
fix typo
Diffstat (limited to 'perl-install')
-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 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;
}