summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."),