From 1b025aa8f2b405c3c92a1b0d83918e9435902bbc Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Wed, 17 Dec 2025 13:37:51 +0100 Subject: [PATCH] dialogs: add missing space in keyboard shortcuts dialog --- app/dialogs/keyboard-shortcuts-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialogs/keyboard-shortcuts-dialog.c b/app/dialogs/keyboard-shortcuts-dialog.c index 16025036c9..0dae8bcb2f 100644 --- a/app/dialogs/keyboard-shortcuts-dialog.c +++ b/app/dialogs/keyboard-shortcuts-dialog.c @@ -82,7 +82,7 @@ keyboard_shortcuts_dialog_new (Gimp *gimp) gtk_widget_show (editor); hint = g_strdup_printf (_("To edit a shortcut key, select the " - "corresponding row, click on its \"%s\"" + "corresponding row, click on its \"%s\" " "column and type a new accelerator, " "or press backspace to clear."), _("Shortcut")); box = gimp_hint_box_new (hint);