From 70d561de923a03cdff800f3b6ee7a745caf77af0 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 7 Sep 2001 04:49:42 +0000 Subject: Changed simple quote to double quote for a translatable string (otherwise it isn't seen) --- perl-install/any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 441229174..02dfee4ce 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -759,8 +759,8 @@ sub autologin { $in->ask_from_( { title => _("Autologin"), - messages => _('I can set up your computer to automatically log on one user. -Do you want to use this feature?'), + messages => _("I can set up your computer to automatically log on one user. +Do you want to use this feature?"), ok => _("Yes"), cancel => _("No") }, [ { label => _("Choose the default user:"), val => \$o->{autologin}, list => [ '', @users ] }, -- cgit v1.2.1