From f97dfbf8a3fa365d22009cd8e3776e17540e71f3 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 4 Sep 2005 13:50:47 +0000 Subject: Corrected several typos. --- samba_wizard/Sambaprint.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samba_wizard/Sambaprint.pm') diff --git a/samba_wizard/Sambaprint.pm b/samba_wizard/Sambaprint.pm index 3b5e9824..abe214ad 100755 --- a/samba_wizard/Sambaprint.pm +++ b/samba_wizard/Sambaprint.pm @@ -66,7 +66,7 @@ $o->{pages} = { no_back => 1, pre => sub { if (! -f $wiz_samba_etc) { - $::in->ask_warn(N("Information"), N("It seems that you haven't setup a Samba server. Please setup a Samba server with Samba wizard before manage your share.")); + $::in->ask_warn(N("Information"), N("It seems that you haven't setup a Samba server. Please setup a Samba server with Samba wizard before manage your shares.")); exit(1); } $o->{var}{wiz_do_printer_sharing} = "0"; -- cgit v1.2.1