From a2c88ca2b3baeb419224ddb65f3ffde2cef27696 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 19 Nov 2001 17:39:03 +0000 Subject: Corrected English errors --- perl-install/services.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/services.pm') diff --git a/perl-install/services.pm b/perl-install/services.pm index 701ce07c1..a578c6c45 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -214,7 +214,7 @@ sub ask_standalone_gtk { map { my $service = $_; my $infos = $strip->(description($_, $prefix)); - $infos ||= _("No additionnal information\nabout this service, sorry."); + $infos ||= _("No additional information\nabout this service, sorry."); my $l = new Gtk::Label(); my ($started, $action) = $update_service->($service, gtkset_justify($l, 0)); [ gtkpack__(new Gtk::HBox(0,0), $_), -- cgit v1.2.1