From 0527cc9faae2663db65c4c451277557717ee0572 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Feb 2006 16:48:45 +0000 Subject: (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) --- perl-install/standalone/drakfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakfont') 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), ], ); -- cgit v1.2.1