app: clarify "Into" -> "Into The Selection" in the buffers dialog too

This commit is contained in:
Michael Natterer 2017-11-12 23:39:41 +01:00
parent da4939419b
commit b5e0dfb6e2
1 changed files with 2 additions and 2 deletions

View File

@ -70,13 +70,13 @@ static const GimpEnumActionEntry buffers_paste_actions[] =
GIMP_HELP_BUFFER_PASTE_IN_PLACE },
{ "buffers-paste-into", GIMP_ICON_EDIT_PASTE_INTO,
NC_("buffers-action", "Paste Buffer _Into"), NULL,
NC_("buffers-action", "Paste Buffer _Into The Selection"), NULL,
NC_("buffers-action", "Paste the selected buffer into the selection"),
GIMP_PASTE_TYPE_FLOATING_INTO, FALSE,
GIMP_HELP_BUFFER_PASTE_INTO },
{ "buffers-paste-into-in-place", GIMP_ICON_EDIT_PASTE_INTO,
NC_("buffers-action", "Paste Buffer Into In Place"), NULL,
NC_("buffers-action", "Paste Buffer Into The Selection In Place"), NULL,
NC_("buffers-action",
"Paste the selected buffer into the selection at its original position"),
GIMP_PASTE_TYPE_FLOATING_INTO_IN_PLACE, FALSE,