summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-15 15:10:57 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-15 15:10:57 +0000
commit556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11 (patch)
treec2e9e3c3119217cc60a4501f5d568b70fd8fb60b /perl-install/any.pm
parentc321067034eec4671dd0a17a88e057668183b1a2 (diff)
downloaddrakx-backup-do-not-use-556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11.tar
drakx-backup-do-not-use-556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11.tar.gz
drakx-backup-do-not-use-556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11.tar.bz2
drakx-backup-do-not-use-556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11.tar.xz
drakx-backup-do-not-use-556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11.zip
(selectCountry) remove ending "." from subtitle
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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"),