diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-04-23 14:27:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-04-23 14:27:29 +0000 |
commit | 21002a8df1187fa70da8144f6c24b46848b8c068 (patch) | |
tree | b25d076a030ef197f661cd633ec87eb25dc5e952 | |
parent | 38c4e60a67e867ebd4c04570f154630459f810ea (diff) | |
download | drakx-21002a8df1187fa70da8144f6c24b46848b8c068.tar drakx-21002a8df1187fa70da8144f6c24b46848b8c068.tar.gz drakx-21002a8df1187fa70da8144f6c24b46848b8c068.tar.bz2 drakx-21002a8df1187fa70da8144f6c24b46848b8c068.tar.xz drakx-21002a8df1187fa70da8144f6c24b46848b8c068.zip |
a few english fixes
-rw-r--r-- | perl-install/bootlook.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 6443aab53..8747db249 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -101,7 +101,7 @@ gtkadd($window, gtkadd (new Gtk::Frame ("$disp_mode"), # gtkpack__(new Gtk::VBox(0,0), (gtkpack_(gtkset_border_width(new Gtk::HBox(0, 0),5), - 1,_("You are currently using %s as Boot Manager. + 1,_("You are currently using %s as your boot manager. Click on Configure to launch the setup wizard.", $lilogrub), 0,gtksignal_connect(new Gtk::Button (_("Configure")), clicked => $::lilo_choice), )), @@ -140,7 +140,7 @@ Click on Configure to launch the setup wizard.", $lilogrub), # X gtkadd (new Gtk::Frame (_("System mode")), gtkpack__ (new Gtk::VBox(0, 5), - gtksignal_connect(gtkset_active(new Gtk::CheckButton (_("Launch the X-Window system at start")), $x_mode ), clicked => sub { + gtksignal_connect(gtkset_active(new Gtk::CheckButton (_("Launch the graphical environment when your system starts")), $x_mode ), clicked => sub { $x_box->set_sensitive(!$x_mode); $x_mode = !$x_mode; }), |