diff options
-rwxr-xr-x | control-center | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center index 6cc91445..cbbd5135 100755 --- a/control-center +++ b/control-center @@ -653,12 +653,12 @@ my %programs = }, - "Samba mount points" => + "Access Windows shares" => { binary => "$sbindir/diskdrake --smb", embedded => 1, - description => N("Samba mount points"), - long_description => N("Configure Windows shared drives on the local network"), + description => N("Access Windows shares"), + long_description => N("Configure Windows (Samba) shared drives and directories"), icon => 'diskdrake_samba', }, |