talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 567f9e714454d57a5506c4b835b72c13c560c150
parent 508e95005154c797d2738fd4973f66714d7116b5
Author: Ricardo Mones <ricardo@mones.org>
Date:   Tue, 29 Oct 2019 16:12:45 +0100

Fix UI description in tooltip

Diffstat:
Msrc/prefs_matcher.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/prefs_matcher.c b/src/prefs_matcher.c @@ -669,9 +669,9 @@ static void prefs_matcher_create(void) gtk_widget_set_size_request(headers_combo, 100, -1); gtk_box_pack_start(GTK_BOX(upper_hbox), headers_combo, TRUE, TRUE, 0); header_entry = gtk_bin_get_child(GTK_BIN((headers_combo))); - CLAWS_SET_TIP(header_entry, _("Use button on the left to select the " - "header name. Type the name of the header if not available in " - "the list.")); + CLAWS_SET_TIP(header_entry, _("Use selector on the right to pick " + "the header name. Type the name of the header if not " + "available in the list.")); criteria_combo2 = gtkut_sc_combobox_create(NULL, TRUE); prefs_matcher_set_model(criteria_combo2, matcher.model_phrase);