summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-12 15:36:51 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-12 15:36:51 +0000
commitd6ad4f19441ccdefa842c3f5fb1ce84f40935b92 (patch)
tree1cb270821b5c5a29eb7f36a1042f172121985912
parent80033eb6a6b67af622f0f62a5e59b57fd4e4f1fb (diff)
downloaddrakwizard-d6ad4f19441ccdefa842c3f5fb1ce84f40935b92.tar
drakwizard-d6ad4f19441ccdefa842c3f5fb1ce84f40935b92.tar.gz
drakwizard-d6ad4f19441ccdefa842c3f5fb1ce84f40935b92.tar.bz2
drakwizard-d6ad4f19441ccdefa842c3f5fb1ce84f40935b92.tar.xz
drakwizard-d6ad4f19441ccdefa842c3f5fb1ce84f40935b92.zip
add more info
-rwxr-xr-xsamba_wizard/Sambaprint.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/samba_wizard/Sambaprint.pm b/samba_wizard/Sambaprint.pm
index de911e2d..0c487da3 100755
--- a/samba_wizard/Sambaprint.pm
+++ b/samba_wizard/Sambaprint.pm
@@ -36,7 +36,7 @@ my @listshare;
my @listprinters;
my $o = {
- name => 'Samba wizard',
+ name => 'Samba printers wizard',
var => {
wiz_all_printers => '',
wiz_printers => '', wiz_do_printer_sharing => '', wiz_printers_comment => '',
@@ -62,7 +62,7 @@ my @yesorno = qw(yes no); push @yesorno, "";
$o->{pages} = {
welcome => {
- name => N('Samba printers Wizard') . "\n\n" ,
+ name => N("You can enable or disable printers in your Samba server configuration."),
no_back => 1,
pre => sub {
if (! -f $wiz_samba_etc) {
@@ -83,7 +83,7 @@ $o->{pages} = {
next => 'ask_printers',
},
ask_printers => {
- name => N('Select which printers you want to be accessible from known users'),
+ name => N("Printers are available.") . "\n\n" . N("Select which printers you want to be accessible from known users"),
pre => sub {
$o->{var}{list_printers} ||= [ list_printers() ];
$o->{var}{wiz_box_list} ||= [];
@@ -124,7 +124,7 @@ $o->{pages} = {
next => 'summary',
},
summary => {
- name => N('Configuring Samba priniters'),
+ name => N('Configuring Samba printers'),
pre => sub {
$o->{var}{wiz_sambatype} = $cprint{$o->{var}{wiz_type}};
},
@@ -138,7 +138,7 @@ $o->{pages} = {
next => 'end',
},
summary_disable => {
- name => N('Disable Samba priniters'),
+ name => N('Disable Samba printers'),
post => \&do_it,
next => 'end',
no_back => 1,