summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 9517186dd..e1046abc5 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -945,7 +945,7 @@ sub selectLanguage_install {
my ($in, $locale) = @_;
my $common = {
- title => N("Please choose a language to use."),
+ title => N("Please choose a language to use"),
interactive_help_id => 'selectLanguage' };
my $lang = $locale->{lang};
@@ -1010,7 +1010,7 @@ when your installation is complete and you restart your system.")),
sub selectLanguage_standalone {
my ($in, $locale) = @_;
- my $common = { messages => N("Please choose a language to use."),
+ my $common = { messages => N("Please choose a language to use"),
title => N("Language choice"),
interactive_help_id => 'selectLanguage' };