summaryrefslogtreecommitdiffstats
path: root/perl-install/help.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-16 14:29:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-16 14:29:27 +0000
commit7f2587f6c640783b56b39bd5f25e0a78c977f301 (patch)
tree7cb391a8e74acfebb1679f68b855c42a8390d90f /perl-install/help.pm
parent99fb10885ff0804e1b319f761c3d1aacf867bcdf (diff)
downloaddrakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar.gz
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar.bz2
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar.xz
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.zip
remove arrows from previous/next buttons according to interface team
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r--perl-install/help.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm
index 46c2bbde4..eeb588d65 100644
--- a/perl-install/help.pm
+++ b/perl-install/help.pm
@@ -48,7 +48,7 @@ When you have finished adding users, you will be asked to choose a user
that can automatically log into the system when the computer boots up. If
you are interested in that feature (and do not care much about local
security), choose the desired user and window manager, then click \"%s\".
-If you are not interested in this feature, uncheck the \"%s\" box.", N("User name"), N("Accept user"), N("Next ->"), N("Advanced"), N("Next ->"), N("Do you want to use this feature?"));
+If you are not interested in this feature, uncheck the \"%s\" box.", N("User name"), N("Accept user"), N("Next"), N("Advanced"), N("Next"), N("Do you want to use this feature?"));
}
sub ask_mntpoint_s() {
N("Listed here are the existing Linux partitions detected on your hard drive.
@@ -189,7 +189,7 @@ from your Internet Service Provider or system administrator.
You can consult the ``Starter Guide'' chapter about Internet connections
for details about the configuration, or simply wait until your system is
-installed and use the program described there to configure your connection.", N("Next ->"), N("Use auto detection"), N("Cancel"));
+installed and use the program described there to configure your connection.", N("Next"), N("Use auto detection"), N("Cancel"));
}
sub configurePrinter() {
N("\"%s\": clicking on the \"%s\" button will open the printer configuration
@@ -437,7 +437,7 @@ Click on \"%s\" if you want to choose another partition for your new
Mandrake Linux operating system installation.
Click on \"%s\" if you wish to select partitions that will be checked for
-bad blocks on the disk.", N("Next ->"), N("<- Previous"), N("Advanced"));
+bad blocks on the disk.", N("Next"), N("Previous"), N("Advanced"));
}
sub installUpdates() {
N("At the time you are installing Mandrake Linux, it is likely that some
@@ -657,7 +657,7 @@ pressing the \"%s\" button, a mouse image is displayed on-screen. Scroll
the mouse wheel to ensure that it is activated correctly. Once you see the
on-screen scroll wheel moving as you scroll your mouse wheel, test the
buttons and check that the mouse pointer moves on-screen as you move your
-mouse.", N("Next ->"));
+mouse.", N("Next"));
}
sub selectSerialPort() {
N("Please select the correct port. For example, the \"COM1\" port under
@@ -962,5 +962,5 @@ to recover any data and partitions present on this hard drive, including
any Windows data.
Click on \"%s\" to stop this operation without losing any data and
-partitions present on this hard drive.", N("Next ->"), N("Next ->"), N("<- Previous"));
+partitions present on this hard drive.", N("Next"), N("Next"), N("Previous"));
}