From 755e02a716d29d3ee3381ef0e2e44f86c9ef3587 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sat, 6 Aug 2005 06:08:23 +0000 Subject: translate "Graphical boot mode:" (#17333) --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 156985f8c..1f4d506de 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -138,7 +138,7 @@ sub splash_choice() { run_boot_window(N("Graphical boot theme selection"), [ 1, gtkpack_(gtkset_border_width(Gtk2::VBox->new(0, 5), 5), - 0, gtkpack__(Gtk2::HBox->new(0, 5), Gtk2::Label->new("Graphical boot mode:"), $mode_combo), + 0, gtkpack__(Gtk2::HBox->new(0, 5), Gtk2::Label->new(N("Graphical boot mode:")), $mode_combo), 0, gtkpack(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $theme->{enabled}), gtkadd(gtkcreate_frame(N("Theme")), gtkpack__(Gtk2::VBox->new(0, 5), -- cgit v1.2.1