From 7f2587f6c640783b56b39bd5f25e0a78c977f301 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Jan 2004 14:29:27 +0000 Subject: remove arrows from previous/next buttons according to interface team --- perl-install/help.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install/help.pm') 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")); } -- cgit v1.2.1