dialogs: add missing space in keyboard shortcuts dialog
This commit is contained in:
parent
90c604f2f4
commit
1b025aa8f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue