From 2872b7df5cf110bda8cd758c2a238bbeb5a20187 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 27 Aug 2002 13:02:04 +0000 Subject: Make number of MB to install in first time dialog changeable without breaking the translations. --- perl-install/printerdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printerdrake.pm') diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 36b586aad..2d99858af 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -237,7 +237,7 @@ sub first_time_dialog { ($localprinterspresent ? _("Do you want to enable printing on the printers mentioned above?\n") : _("Are you sure that you want to set up printing on this machine?\n"))); - my $warning = _("NOTE: Depending on the printer model and the printing system up to 80 MB of additional software will be installed."); + my $warning = _("NOTE: Depending on the printer model and the printing system up to %d MB of additional software will be installed.", 80); my $dialogtext = "$localprinters\n$question\n$warning"; # Close wait message -- cgit v1.2.1