From 797a870acdf4e1e12cb7a45bcee2e7833fc77af4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 Jan 2004 18:26:49 +0000 Subject: alter message according to interface team suggestion --- perl-install/standalone/drakclock | 2 +- perl-install/standalone/drakperm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index 2dbbf6877..50814faac 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -33,7 +33,7 @@ $my_win->{window}->signal_connect(delete_event => sub { ugtk2->exit(0) }); my $calendar = Gtk2::Calendar->new; $calendar->signal_connect($_ => \&cal_changed) foreach 'month-changed', 'day-selected', 'day-selected-double-click', 'prev-month', 'next-month', 'prev-year', 'next-year'; -my $button_time = Gtk2::Button->new(N("Time Zone")); +my $button_time = Gtk2::Button->new(N("Change Time Zone")); $button_time->signal_connect(clicked => sub { local $::isEmbedded = 0; # to prevent sub window embedding $in->{timezone} = {}; diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 8e631ffa0..54bd65f5e 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -104,7 +104,7 @@ $permList->signal_connect(button_press_event => sub { my $tips = new Gtk2::Tooltips; $W->add(gtkpack_(Gtk2::VBox->new(0,5), - 0, Gtk2::WrappedLabel->new(N("Drakperm is used to see files to use in order to fix permissions, owners, and groups via msec.\nYou can also edit your own rules which will owerwrite the default rules.")), + 0, Gtk2::WrappedLabel->new(N("Here you can see files to use in order to fix permissions, owners, and groups via msec.\nYou can also edit your own rules which will owerwrite the default rules.")), 1, gtkadd(Gtk2::Frame->new, gtkpack_(Gtk2::VBox->new, 0, Gtk2::WrappedLabel->new(N("The current security level is %s. -- cgit v1.2.1