app: add missing space to a tooltip of the new feather feature
This commit is contained in:
@ -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),
|
||||||
|
Reference in New Issue
Block a user