diff options
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index c1385d07a..94041738c 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -143,7 +143,7 @@ gtkadd($window, }), gtkpack__(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $splash_mode), gtkpack__(Gtk2::VBox->new(0, 5), - N("\nTheme"), + N("Theme"), $combo{boot}, gtksignal_connect(Gtk2::CheckButton->new(N("Display theme\nunder console")), clicked => sub { invbool(\$keep_logo) }), ), |