From a58f7bf96be7dbd8b4b59a01fc81c31a7a4d6dc0 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 26 Nov 1999 15:16:02 +0000 Subject: corrected an english typo ( s/yout system/your system/ ) --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 4a6d7384b..6e2555cf2 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -291,7 +291,7 @@ sub configureNetwork($) { } else { $_ = $::beginner ? "Do not" : $o->ask_from_list_([ _("Network Configuration") ], - _("Do you want to configure networking for yout system?"), + _("Do you want to configure networking for your system?"), [ __("Local LAN"), __("Dialup with modem"), __("Do not set up networking") ]); } -- cgit v1.2.1