From 556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2008 15:10:57 +0000 Subject: (selectCountry) remove ending "." from subtitle --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 89dc0e310..b664fb871 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1116,7 +1116,7 @@ sub selectCountry { $in->ask_from_( { title => N("Country / Region"), - messages => N("Please choose your country."), + messages => N("Please choose your country"), interactive_help_id => 'selectCountry', if_(@best, advanced_messages => N("Here is the full list of available countries")), advanced_label => @best ? N("Other Countries") : N("Advanced"), -- cgit v1.2.1