diff --git a/src/search.c b/src/search.c index b94f9e4e8b..7ae34ee7de 100644 --- a/src/search.c +++ b/src/search.c @@ -319,7 +319,7 @@ static GtkWidget *add_find_checkboxes(GtkDialog *dialog) _("Replace \\\\, \\t, \\n, \\r and \\uXXXX (Unicode characters) with the " "corresponding control characters")); - check_multiline = gtk_check_button_new_with_mnemonic(_("Use multi-_line matching")); + check_multiline = gtk_check_button_new_with_mnemonic(_("Use multi-line matchin_g")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_multiline), FALSE); gtk_widget_set_sensitive(check_multiline, FALSE); ui_hookup_widget(dialog, check_multiline, "check_multiline");