From a1bf3a65a4cc4dd3459993bda6683ff217260bfb Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 29 Sep 2004 07:34:48 +0000 Subject: - s/Skip wizard/Cancel/ --- mdkonline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkonline b/mdkonline index 08eb45fd..a677a32a 100755 --- a/mdkonline +++ b/mdkonline @@ -87,7 +87,7 @@ $o->{actions} = { $p <= 1 and init(0) } }; -foreach my $l ([ 'Next', N("Next"), 1 ], [ 'SkipWiz', N("Skip Wizard") ], [ 'Prev', N("Previous"), 1 ]) { +foreach my $l ([ 'Next', N("Next"), 1 ], [ 'SkipWiz', N("Cancel") ], [ 'Prev', N("Previous"), 1 ]) { $o->{$l->[0]} = Gtk2::Button->new($l->[1]); $l->[2] ? $o->{bottomHbox}->pack_end($o->{$l->[0]}, 0, 0, 1) : $o->{bottomHbox}->pack_start($o->{$l->[0]}, 0, 0, 1); $o->{$l->[0]}->signal_connect(clicked => sub { $o->{actions}{$l->[0]}->() }); -- cgit v1.2.1