diff options
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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), $_), |