summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-11 16:53:54 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-11 16:53:54 +0000
commitce3afdda46a2ace66d19221f36e34cc1c9444110 (patch)
treecad1329fec2801b53f6a5fced3c35172b8808be0 /perl-install/install/steps_interactive.pm
parente7d9c7b370af0368cf2cf60231276a1a1b905d0a (diff)
downloaddrakx-backup-do-not-use-ce3afdda46a2ace66d19221f36e34cc1c9444110.tar
drakx-backup-do-not-use-ce3afdda46a2ace66d19221f36e34cc1c9444110.tar.gz
drakx-backup-do-not-use-ce3afdda46a2ace66d19221f36e34cc1c9444110.tar.bz2
drakx-backup-do-not-use-ce3afdda46a2ace66d19221f36e34cc1c9444110.tar.xz
drakx-backup-do-not-use-ce3afdda46a2ace66d19221f36e34cc1c9444110.zip
(selectKeyboard) remove ending "." from title
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 04534a197..7956aa27c 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -99,7 +99,7 @@ sub selectKeyboard {
advanced_label => N("More"),
},
[
- { label => N("Please choose your keyboard layout."), title => 1 },
+ { label => N("Please choose your keyboard layout"), title => 1 },
if_(@best, { val => \$KEYBOARD, type => 'list', format => $format, sort => 1,
list => [ @best ], changed => sub { $other = 0 } }),
{ label => N("Here is the full list of available keyboards:"), title => 1, advanced => @best },