Branch: refs/heads/master Author: scootergrisen scootergrisen@gmail.com Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 21 Oct 2023 21:37:37 UTC Commit: fefef55569424b72e540bafa4bec514e7e2fd6f5 https://github.com/geany/geany/commit/fefef55569424b72e540bafa4bec514e7e2fd6...
Log Message: ----------- Add missing space before "(without the path)"
Modified Paths: -------------- src/printing.c
Modified: src/printing.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -264,7 +264,7 @@ static GtkWidget *create_custom_widget(GtkPrintOperation *operation, gpointer us
w->check_print_basename = gtk_check_button_new_with_mnemonic(_("Use the basename of the printed file")); gtk_box_pack_start(GTK_BOX(vbox30), w->check_print_basename, FALSE, FALSE, 0); - gtk_widget_set_tooltip_text(w->check_print_basename, _("Print only the basename(without the path) of the printed file")); + gtk_widget_set_tooltip_text(w->check_print_basename, _("Print only the basename (without the path) of the printed file")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(w->check_print_basename), printing_prefs.page_header_basename);
hbox10 = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 5);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).