app: add missing space to a tooltip of the new feather feature

This commit is contained in:
Michael Natterer
2019-06-16 23:59:47 +02:00
parent 50f8cb8542
commit 66b55da9c1

View File

@ -170,7 +170,7 @@ select_feather_cmd_callback (GtkAction *action,
button = gtk_check_button_new_with_mnemonic (_("_Selected areas continue outside the image")); button = gtk_check_button_new_with_mnemonic (_("_Selected areas continue outside the image"));
g_object_set_data (G_OBJECT (dialog), "edge-lock-toggle", button); g_object_set_data (G_OBJECT (dialog), "edge-lock-toggle", button);
gimp_help_set_help_data (button, gimp_help_set_help_data (button,
_("When feathering, act as if selected areas" _("When feathering, act as if selected areas "
"continued outside the image."), "continued outside the image."),
NULL); NULL);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button),