summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakTermServ
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2005-08-03 08:33:41 +0000
committerStew Benedict <stewb@mandriva.org>2005-08-03 08:33:41 +0000
commite3118defcdf0e9cd2acb9a594a055cf543545190 (patch)
tree2a1e1ddae844d0b719a8f27fc0e2520220a06cc2 /perl-install/standalone/drakTermServ
parenta3dc20ca1e54ff7e91210b7089f638e916a1ee3e (diff)
downloaddrakx-e3118defcdf0e9cd2acb9a594a055cf543545190.tar
drakx-e3118defcdf0e9cd2acb9a594a055cf543545190.tar.gz
drakx-e3118defcdf0e9cd2acb9a594a055cf543545190.tar.bz2
drakx-e3118defcdf0e9cd2acb9a594a055cf543545190.tar.xz
drakx-e3118defcdf0e9cd2acb9a594a055cf543545190.zip
Clarify client type selection, fix cropped text in wizard.
Diffstat (limited to 'perl-install/standalone/drakTermServ')
-rwxr-xr-xperl-install/standalone/drakTermServ4
1 files changed, 2 insertions, 2 deletions
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};