summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-08-19 07:26:55 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-08-19 07:26:55 +0000
commitbbe2d3ca08616dfd529c043a088cb35c8cdffdc9 (patch)
tree5b77eaddd3f25a3689f81984c479c6e96c1bd06d /perl-install
parent3e947dca2a6c8fbf53285fe57c1ac8a52ab67b31 (diff)
downloaddrakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar
drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar.gz
drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar.bz2
drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar.xz
drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.zip
Fixed typos
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/help.pm4
-rwxr-xr-xperl-install/standalone/drakbackup2
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm
index 847718a2b..1990c21f1 100644
--- a/perl-install/help.pm
+++ b/perl-install/help.pm
@@ -261,7 +261,7 @@ suits your needs.
Monitor
The installer will normally automatically detect and configure the
-monitor connected to your machine. If it is correct, you can choose from
+monitor connected to your machine. If it is not correct, you can choose from
this list the monitor you actually have connected to your computer.
@@ -297,7 +297,7 @@ sub configureX_monitor() {
N("Monitor
The installer will normally automatically detect and configure the
-monitor connected to your machine. If it is correct, you can choose from
+monitor connected to your machine. If it is not correct, you can choose from
this list the monitor you actually have connected to your computer.");
}
sub configureX_resolution() {
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index dae6106d9..73a339cc5 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -301,7 +301,7 @@ sub setup_tooltips() {
%help = (
'use_expect' => N("Expect is an extension to the Tcl scripting language that allows interactive sessions without user intervention."),
'remember_pass' => N("Store the password for this system in drakbackup configuration."),
- 'erase_cdrw' => N("For a mulitsession CD, only the first session will erase the cdrw. Otherwise the cdrw is erased before each backup."),
+ 'erase_cdrw' => N("For a multisession CD, only the first session will erase the cdrw. Otherwise the cdrw is erased before each backup."),
'cdrecord_device' => N("This uses the same syntax as the command line program 'cdrecord'. 'cdrecord -scanbus' would also show you the device number."),
'use_incr_decr' => N("This option will save files that have changed. Exact behavior depends on whether incremental or differential mode is used."),
'use_incremental' => N("Incremental backups only save files that have changed or are new since the last backup."),