summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorStefan Siegel <siegel@linux-mandrake.com>2002-03-10 09:38:24 +0000
committerStefan Siegel <siegel@linux-mandrake.com>2002-03-10 09:38:24 +0000
commit291ece821b35b228a1c3eb310a08185f779dcc74 (patch)
tree60baea2988051a86902deb94c207ac5fbe808102 /perl-install/any.pm
parent80a08532b700fd0229e65d507a5c7f4c7c9716d3 (diff)
downloaddrakx-backup-do-not-use-291ece821b35b228a1c3eb310a08185f779dcc74.tar
drakx-backup-do-not-use-291ece821b35b228a1c3eb310a08185f779dcc74.tar.gz
drakx-backup-do-not-use-291ece821b35b228a1c3eb310a08185f779dcc74.tar.bz2
drakx-backup-do-not-use-291ece821b35b228a1c3eb310a08185f779dcc74.tar.xz
drakx-backup-do-not-use-291ece821b35b228a1c3eb310a08185f779dcc74.zip
added missing i18n _()
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);