diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-08-06 06:08:23 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-08-06 06:08:23 +0000 |
commit | 755e02a716d29d3ee3381ef0e2e44f86c9ef3587 (patch) | |
tree | 0d50ca71b49225c34a0addf29eae5a4f72dd3478 | |
parent | ac44994fcb4f908909db1716072e90a636345035 (diff) | |
download | drakx-755e02a716d29d3ee3381ef0e2e44f86c9ef3587.tar drakx-755e02a716d29d3ee3381ef0e2e44f86c9ef3587.tar.gz drakx-755e02a716d29d3ee3381ef0e2e44f86c9ef3587.tar.bz2 drakx-755e02a716d29d3ee3381ef0e2e44f86c9ef3587.tar.xz drakx-755e02a716d29d3ee3381ef0e2e44f86c9ef3587.zip |
translate "Graphical boot mode:" (#17333)
-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 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), |