diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2004-02-24 14:06:45 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2004-02-24 14:06:45 +0000 |
commit | 3ac0179c333d2ac5c463178d8b7b8c199c4c39bd (patch) | |
tree | bea01b6cf116ff54158e35b26f89ce305832d7ef /perl-install | |
parent | 1113bd539ae317073b2450404b4e6e24a95fd363 (diff) | |
download | drakx-3ac0179c333d2ac5c463178d8b7b8c199c4c39bd.tar drakx-3ac0179c333d2ac5c463178d8b7b8c199c4c39bd.tar.gz drakx-3ac0179c333d2ac5c463178d8b7b8c199c4c39bd.tar.bz2 drakx-3ac0179c333d2ac5c463178d8b7b8c199c4c39bd.tar.xz drakx-3ac0179c333d2ac5c463178d8b7b8c199c4c39bd.zip |
UI text fixes.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printer/printerdrake.pm | 6 | ||||
-rwxr-xr-x | 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."), }, [ |