From 120028e5aca4ed02f26f852f091a62ad65032827 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 19 May 2010 18:27:28 +0200 Subject: [PATCH] *** empty log message *** --- bin/booh-classifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/booh-classifier b/bin/booh-classifier index 37f224d..0fa2609 100644 --- a/bin/booh-classifier +++ b/bin/booh-classifier @@ -1956,7 +1956,7 @@ def reset_labels pack_start($unlabelled_counter = Gtk::Label.new.set_markup('0'), false, false).show_all) $unlabelled_button.active = true $unlabelled_button.signal_connect('toggled') { update_all_visibilities } - lbl = Gtk::Label.new.set_markup(utf8(_("to rem"))) + lbl = Gtk::Label.new.set_markup(utf8(_("to remove"))) $labels_vbox.pack_start(Gtk::HBox.new(false, 5).pack_start($toremove_button = Gtk::CheckButton.new.add(evt = Gtk::EventBox.new.add(lbl)), false, false). pack_start(Gtk::Label.new, true, true). pack_start($toremove_counter = Gtk::Label.new.set_markup('0'), false, false).show_all) -- 2.30.2