From e3118defcdf0e9cd2acb9a594a055cf543545190 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Wed, 3 Aug 2005 08:33:41 +0000 Subject: Clarify client type selection, fix cropped text in wizard. --- perl-install/standalone/drakTermServ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index 986fe2c53..b546b56c9 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -422,11 +422,11 @@ sub client_type() { $check_allow_thin->set_active($conf{ALLOW_THIN}); my $check_sync_kbd = Gtk2::CheckButton->new(N("Sync client X keyboard settings with server.")); $check_sync_kbd->set_active($conf{SYNC_KBD}); - text_view(N("Please select default client type. + text_view(N("Please select default client type (Fat is the default type if 'Use thin' is unchecked). 'Thin' clients run everything off the server's CPU/RAM, using the client display. 'Fat' clients use their own CPU/RAM but the server's filesystem."), "wizard"); gtkpack_($$central_widget, - 0, gtkpack_(Gtk2::HBox->new(1,0), + 0, gtkpack_(Gtk2::HBox->new(0,0), 1, Gtk2::VBox->new, 0, gtksignal_connect($check_allow_thin, clicked => sub { invbool \$conf{ALLOW_THIN}; -- cgit v1.2.1