From 3ac0179c333d2ac5c463178d8b7b8c199c4c39bd Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 24 Feb 2004 14:06:45 +0000 Subject: UI text fixes. --- perl-install/printer/printerdrake.pm | 6 +++--- perl-install/standalone/scannerdrake | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index 0da646854..3da898447 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -60,7 +60,7 @@ sub config_cups { ( { title => N("CUPS printer configuration"), - messages => N("Here you can choose whether the printers connected to this machine should be accessable by remote machines and by which remote machines.") . + messages => N("Here you can choose whether the printers connected to this machine should be accessible by remote machines and by which remote machines.") . N("You can also decide here whether printers on remote machines should be automatically made available on this machine."), }, [ @@ -3465,7 +3465,7 @@ sub check_network { (!$dontconfigure || $::isInstall)) { $in->ask_warn(N("Warning"), ($::isInstall ? -N("The network configuration done during the installation cannot be started now. Please check whether the network is accessable after booting your system and correct the configuration using the %s Control Center, section \"Network & Internet\"/\"Connection\", and afterwards set up the printer, also using the %s Control Center, section \"Hardware\"/\"Printer\"", $shortdistroname, $shortdistroname) : +N("The network configuration done during the installation cannot be started now. Please check whether the network is accessible after booting your system and correct the configuration using the %s Control Center, section \"Network & Internet\"/\"Connection\", and afterwards set up the printer, also using the %s Control Center, section \"Hardware\"/\"Printer\"", $shortdistroname, $shortdistroname) : N("The network access was not running and could not be started. Please check your configuration and your hardware. Then try to configure your remote printer again."))); return 0; } @@ -3519,7 +3519,7 @@ sub security_check { if ($in->ask_yesorno(N("Installing a printing system in the %s security level", $securitystr), N("You are about to install the printing system %s on a system running in the %s security level. -This printing system runs a daemon (background process) which waits for print jobs and handles them. This daemon is also accessable by remote machines through the network and so it is a possible point for attacks. Therefore only a few selected daemons are started by default in this security level. +This printing system runs a daemon (background process) which waits for print jobs and handles them. This daemon is also accessible by remote machines through the network and so it is a possible point for attacks. Therefore only a few selected daemons are started by default in this security level. Do you really want to configure printing on this machine?", $printer::data::spoolers{$spooler}{short_name}, diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index a6d13602e..adc167bc2 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -547,7 +547,7 @@ sub sharewindow { ( { title => N("Scannerdrake"), - messages => N("Here you can choose whether the scanners connected to this machine should be accessable by remote machines and by which remote machines.") . + messages => N("Here you can choose whether the scanners connected to this machine should be accessible by remote machines and by which remote machines.") . N("You can also decide here whether scanners on remote machines should be made available on this machine."), }, [ -- cgit v1.2.1