summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-15 12:35:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-15 12:35:46 +0000
commit047975970256916fc31f75b52a2a707976a0baa4 (patch)
tree5dd374dec80dd44c80c8d3effa91da254c95cddc /perl-install
parent88d85316ea7f2e4faef283190777e6033f5133fe (diff)
downloaddrakx-backup-do-not-use-047975970256916fc31f75b52a2a707976a0baa4.tar
drakx-backup-do-not-use-047975970256916fc31f75b52a2a707976a0baa4.tar.gz
drakx-backup-do-not-use-047975970256916fc31f75b52a2a707976a0baa4.tar.bz2
drakx-backup-do-not-use-047975970256916fc31f75b52a2a707976a0baa4.tar.xz
drakx-backup-do-not-use-047975970256916fc31f75b52a2a707976a0baa4.zip
(summary): better message for i18n
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 e89e49ec6..fad149732 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -724,7 +724,7 @@ sub summary {
{ label => _("Mouse"), val => \$o->{mouse}{name}, clicked => sub { $o->selectMouse(1) } },
{ label => _("Keyboard"), val => \$o->{keyboard}, clicked => sub { $o->selectKeyboard(1) }, format => sub { translate(keyboard::keyboard2text($_[0])) } },
{ label => _("Timezone"), val => \$o->{timezone}{timezone}, clicked => sub { $o->configureTimezone(1) } },
-{ label => _("Printer"), val => \$o->{printer}{mode}, clicked => sub { $o->configurePrinter(1) }, format => sub { $_[0] || _("None") } },
+{ label => _("Printer"), val => \$o->{printer}{mode}, clicked => sub { $o->configurePrinter(1) }, format => sub { $_[0] || _("No printer") } },
]);
}