summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-04 14:43:29 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-04 14:43:29 +0000
commit2346c7832c06ed35de1af6f9d523941fa96b4259 (patch)
treec0d77250687090ea0de366e460385d1347c3cee0 /perl-install/my_gtk.pm
parent3cf33eab50fd8e7eb927c617986f62938e0485a1 (diff)
downloaddrakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar
drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.gz
drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.bz2
drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.tar.xz
drakx-2346c7832c06ed35de1af6f9d523941fa96b4259.zip
no_comment
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index b11dd3a3f..1f0670a57 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -343,7 +343,7 @@ sub _create_window($$) {
sub ask_warn { my $w = my_gtk->new(shift @_); $w->_ask_warn(@_); main($w); }
sub ask_yesorno { my $w = my_gtk->new(shift @_); $w->_ask_okcancel(@_, _("Yes"), _("No")); main($w); }
-sub ask_okcancel { my $w = my_gtk->new(shift @_); $w->_ask_okcancel(@_, _("Is it ok?"), _("Ok"), _("Cancel")); main($w); }
+sub ask_okcancel { my $w = my_gtk->new(shift @_); $w->_ask_okcancel(@_, _("Is this correct?"), _("Ok"), _("Cancel")); main($w); }
sub ask_from_entry { my $w = my_gtk->new(shift @_); $w->_ask_from_entry(@_); main($w); }
sub ask_from_list { my $w = my_gtk->new(shift @_); $w->_ask_from_list(@_); main($w); }
sub ask_file { my $w = my_gtk->new(''); $w->_ask_file(@_); main($w); }