diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-02-09 16:48:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-02-09 16:48:45 +0000 |
commit | 0527cc9faae2663db65c4c451277557717ee0572 (patch) | |
tree | 39be1c277aeeb06f1bd2c4259997c2c0fce5e65b /perl-install | |
parent | 73b8a09f0186a8f7559235f85f8317a35cd91118 (diff) | |
download | drakx-0527cc9faae2663db65c4c451277557717ee0572.tar drakx-0527cc9faae2663db65c4c451277557717ee0572.tar.gz drakx-0527cc9faae2663db65c4c451277557717ee0572.tar.bz2 drakx-0527cc9faae2663db65c4c451277557717ee0572.tar.xz drakx-0527cc9faae2663db65c4c451277557717ee0572.zip |
(uninstall) "Uninstall List" is both confusing and wrong since the
button really offer to select font directories to uninstall (it
doesn't offer to uninstall the whole list or the list of selected
fonts)
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 258d99af0..490398bfd 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -729,7 +729,7 @@ sub uninstall() { #- TODO : add item to right list with gtksignal_connect gtksignal_connect(Gtk2::Button->new(N("Selected All")), clicked => sub { $left_list->get_selection->select_all } ), - gtksignal_connect(Gtk2::Button->new(N("Remove List")), clicked => sub { exitdialog(); list_to_remove() }), + gtksignal_connect(Gtk2::Button->new(N("Remove")), clicked => sub { exitdialog(); list_to_remove() }), gtksignal_connect(Gtk2::Button->new(N("Cancel")), clicked => \&exitdialog), ], ); |