summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-16 14:29:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-16 14:29:27 +0000
commit7f2587f6c640783b56b39bd5f25e0a78c977f301 (patch)
tree7cb391a8e74acfebb1679f68b855c42a8390d90f /perl-install/install_steps_gtk.pm
parent99fb10885ff0804e1b319f761c3d1aacf867bcdf (diff)
downloaddrakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar.gz
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar.bz2
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.tar.xz
drakx-7f2587f6c640783b56b39bd5f25e0a78c977f301.zip
remove arrows from previous/next buttons according to interface team
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 77ad68020..4214b5c4a 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -283,7 +283,7 @@ sub reallyChooseGroups {
$check->signal_connect(clicked => sub { $$individual = $check->get_active });
$check;
}),
- gtksignal_connect(Gtk2::Button->new(N("Next ->")), clicked => sub { Gtk2->main_quit }),
+ gtksignal_connect(Gtk2::Button->new(N("Next")), clicked => sub { Gtk2->main_quit }),
),
),
);
@@ -440,7 +440,7 @@ sub choosePackagesTree {
auto_deps => N("Show automatically selected packages"),
interactive_help_id => 'choosePackagesTree',
ok => N("Install"),
- cancel => N("<- Previous"),
+ cancel => N("Previous"),
icons => [ { icon => 'floppy',
help => N("Load/Save on floppy"),
wait_message => N("Updating package selection"),