summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-11 16:53:14 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-11 16:53:14 +0000
commite7d9c7b370af0368cf2cf60231276a1a1b905d0a (patch)
tree43bc97fe8d27668106ed0ddf81da8972735d9973 /perl-install/install/steps_interactive.pm
parentbf58ad86474422e046baba4acfe8fc7e7004045b (diff)
downloaddrakx-backup-do-not-use-e7d9c7b370af0368cf2cf60231276a1a1b905d0a.tar
drakx-backup-do-not-use-e7d9c7b370af0368cf2cf60231276a1a1b905d0a.tar.gz
drakx-backup-do-not-use-e7d9c7b370af0368cf2cf60231276a1a1b905d0a.tar.bz2
drakx-backup-do-not-use-e7d9c7b370af0368cf2cf60231276a1a1b905d0a.tar.xz
drakx-backup-do-not-use-e7d9c7b370af0368cf2cf60231276a1a1b905d0a.zip
(selectKeyboard) I forgot to commit adding ":" when commiting pos
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 c16afb831..04534a197 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -102,7 +102,7 @@ sub selectKeyboard {
{ 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 },
+ { label => N("Here is the full list of available keyboards:"), title => 1, advanced => @best },
{ val => \$ext_keyboard, type => 'list', format => $format, changed => sub { $other = 1 },
list => [ difference2([ keyboard::KEYBOARDs() ], \@best) ], advanced => @best > 1 }
]);