From d680c5453fc4c028fabc4791b9b00d0049ece102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sun, 12 Nov 2017 19:14:36 +0100 Subject: [PATCH] app: fix typo in a translatable string --- app/actions/edit-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/actions/edit-actions.c b/app/actions/edit-actions.c index d2f6a46e66..f02ea17d27 100644 --- a/app/actions/edit-actions.c +++ b/app/actions/edit-actions.c @@ -209,7 +209,7 @@ static const GimpEnumActionEntry edit_paste_actions[] = { "edit-paste-as-new-layer-in-place", GIMP_ICON_EDIT_PASTE_AS_NEW, NC_("edit-action", "New Layer In _Place"), NULL, NC_("edit-action", - "Create a new layer from the content of the clipboard" + "Create a new layer from the content of the clipboard " "and place it at its original position"), GIMP_PASTE_TYPE_NEW_LAYER_IN_PLACE, FALSE, GIMP_HELP_EDIT_PASTE_AS_NEW_LAYER_IN_PLACE }