diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-17 20:56:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-17 20:56:06 +0000 |
commit | 6ce86df05a8b007f053780192d0f3bc518474f85 (patch) | |
tree | 9f5c821e004a86ad6e1e7973801ebcd30a7bfacb | |
parent | 6b542d6cae52cbacc0cc9b69871f7e46eaa8ed9e (diff) | |
download | drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar.gz drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar.bz2 drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.tar.xz drakwizard-6ce86df05a8b007f053780192d0f3bc518474f85.zip |
fix another dobled message
-rwxr-xr-x | samba_wizard/Samba.pm | 2 |
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() }, |