diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-12-15 11:30:00 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-12-15 11:30:00 +0000 |
commit | 3823802f049a9845e125d306cc39819bbe3ff0c1 (patch) | |
tree | 5477c84cf7831c0770afc25b1d6fac70717c1c5b /perl-install/install_interactive.pm | |
parent | 954423c2eb0d26c05b90678eafca817c669cf85e (diff) | |
download | drakx-3823802f049a9845e125d306cc39819bbe3ff0c1.tar drakx-3823802f049a9845e125d306cc39819bbe3ff0c1.tar.gz drakx-3823802f049a9845e125d306cc39819bbe3ff0c1.tar.bz2 drakx-3823802f049a9845e125d306cc39819bbe3ff0c1.tar.xz drakx-3823802f049a9845e125d306cc39819bbe3ff0c1.zip |
reuse translation of "Next" button;
merged duplicate strings
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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"), [ |