From 291ece821b35b228a1c3eb310a08185f779dcc74 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Sun, 10 Mar 2002 09:38:24 +0000 Subject: added missing i18n _() --- perl-install/any.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/any.pm') 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); -- cgit v1.2.1