summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-08-28 18:25:18 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-08-28 18:25:18 +0200
commitb704ef9609f144a1610b245db332b8174b1394ac (patch)
tree356c29057b3f330ba35ac5c2483110f3f35bef04 /bin
parenta8d5a70e45ac9cf9a2777b68559152f3a55a372e (diff)
downloaddrakx-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')
-rwxr-xr-xbin/draksambashare2
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'};