diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-28 18:25:18 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-08-28 18:25:18 +0200 |
commit | b704ef9609f144a1610b245db332b8174b1394ac (patch) | |
tree | 356c29057b3f330ba35ac5c2483110f3f35bef04 /bin/draksambashare | |
parent | a8d5a70e45ac9cf9a2777b68559152f3a55a372e (diff) | |
download | drakx-net-b704ef9609f144a1610b245db332b8174b1394ac.tar drakx-net-b704ef9609f144a1610b245db332b8174b1394ac.tar.gz drakx-net-b704ef9609f144a1610b245db332b8174b1394ac.tar.bz2 drakx-net-b704ef9609f144a1610b245db332b8174b1394ac.tar.xz drakx-net-b704ef9609f144a1610b245db332b8174b1394ac.zip |
kill reference to "drakwizard sambashare" (mga#8112)
Diffstat (limited to 'bin/draksambashare')
-rwxr-xr-x | bin/draksambashare | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/draksambashare b/bin/draksambashare index ffdcaee..fc865ed 100755 --- a/bin/draksambashare +++ b/bin/draksambashare @@ -1151,7 +1151,7 @@ sub configure_samba { next => 'summary', }, summary => { - name => N("The wizard collected the following parameters to configure Samba.") . "\n\n" . N("To accept these values, and configure your server, click the Next button or use the Back button to correct them.") . "\n" . N("If you have previously create some shares, they will appear in this configuration. Run 'drakwizard sambashare' to manage your shares."), + name => N("The wizard collected the following parameters to configure Samba.") . "\n\n" . N("To accept these values, and configure your server, click the Next button or use the Back button to correct them.") . "\n" . N("If you have previously create some shares, they will appear in this configuration."), pre => sub { $o->{var}{wiz_sambatype} = $type{$o->{var}{wiz_type}}; $o->{var}{wiz_unixcharset} ||= $samba->{global}{'unix charset'}; |