From 0f709deac859058132d15109ee2ba460ecd941e1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 6 Apr 2004 08:00:22 +0000 Subject: typo fix --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 01eb176a4..264cf0198 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -110,7 +110,7 @@ sub selectKeyboard { { title => N("Keyboard"), messages => N("Please choose your keyboard layout."), interactive_help_id => 'selectKeyboard', - advanced_messages => N("Here is the full list of keyboards available"), + advanced_messages => N("Here is the full list of available keyboards"), advanced_label => N("More"), callbacks => { changed => sub { $other = $_[0] == 1 } }, }, -- cgit v1.2.1