[gimp/gimp-2-10] app: add missing space to a tooltip of the new feather feature
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: add missing space to a tooltip of the new feather feature
- Date: Sun, 16 Jun 2019 22:03:42 +0000 (UTC)
commit d01dd612e762754a2922dc118d42b565abcc3bce
Author: Michael Natterer <mitch gimp org>
Date: Sun Jun 16 23:59:47 2019 +0200
app: add missing space to a tooltip of the new feather feature
(cherry picked from commit 66b55da9c17a2d888a0b0dd6124bf2dfa11d738b)
app/actions/select-commands.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/actions/select-commands.c b/app/actions/select-commands.c
index 5fdc7817f9..8443b80de3 100644
--- a/app/actions/select-commands.c
+++ b/app/actions/select-commands.c
@@ -170,7 +170,7 @@ select_feather_cmd_callback (GtkAction *action,
button = gtk_check_button_new_with_mnemonic (_("_Selected areas continue outside the image"));
g_object_set_data (G_OBJECT (dialog), "edge-lock-toggle", 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."),
NULL);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]