From 3823802f049a9845e125d306cc39819bbe3ff0c1 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 15 Dec 2005 11:30:00 +0000 Subject: reuse translation of "Next" button; merged duplicate strings --- perl-install/install_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 90399361d..00be04908 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -166,14 +166,14 @@ the following error occurred: %s", formatError($@)); #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("WARNING! - + Your Microsoft Windows® partition will be now resized. Be careful: this operation is dangerous. If you have not already done so, you first need to exit the installation, run \"chkdsk c:\" from a Command Prompt under Microsoft Windows® (beware, running graphical program \"scandisk\" is not enough, be sure to use \"chkdsk\" in a Command Prompt!), optionally run defrag, then restart the installation. You should also backup your data. -When sure, press Next."))) or return; +When sure, press %s.",N("Next")))) or return; my $mb_size = $part->{size} >> 11; $o->ask_from('', N("Which size do you want to keep for Microsoft Windows® on"), [ -- cgit v1.2.1