summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index a9987ce7e..cfcc3a4f9 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -979,11 +979,11 @@ sub fileshare_config {
}
my $r = $in->ask_from_list_('fileshare',
-'Do you want to allow users to export some directories in their home?
-Allowing this will permit users to simply click on "Share" in konqueror and nautilus.
+_("Do you want to allow users to export some directories in their home?
+Allowing this will permit users to simply click on \"Share\" in konqueror and nautilus.
-"Custom" permit a per-user granularity.
-',
+\"Custom\" permit a per-user granularity.
+"),
\@l, $l[$restrict ? 0 : 1]) or return;
$restrict = $r ne $l[1];
$conf{RESTRICT} = bool2yesno($restrict);