summaryrefslogtreecommitdiffstats
path: root/samba_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-17 20:56:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-17 20:56:06 +0000
commit6ce86df05a8b007f053780192d0f3bc518474f85 (patch)
tree9f5c821e004a86ad6e1e7973801ebcd30a7bfacb /samba_wizard
parent6b542d6cae52cbacc0cc9b69871f7e46eaa8ed9e (diff)
downloaddrakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar
drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar.gz
drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar.bz2
drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar.xz
drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.zip
fix another dobled message
Diffstat (limited to 'samba_wizard')
-rwxr-xr-xsamba_wizard/Samba.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm
index 092d83c0..d2b72c42 100755
--- a/samba_wizard/Samba.pm
+++ b/samba_wizard/Samba.pm
@@ -82,7 +82,7 @@ $o->{pages} = {
next => 'ask_workgroup'
},
ask_banner => {
- name => N("Server Banner.") . "\n\n" . N("The banner is the way this server will be described in the Windows workstations.") . "\n\n" . N("The banner is the way this server will be described in the Windows workstations."),
+ name => N("Server Banner.") . "\n\n" . N("The banner is the way this server will be described in the Windows workstations."),
pre => sub {
$o->{var}{wiz_banner} ||= get_banner()
},