mirror of https://github.com/GNOME/gimp.git
app: clarify "Into" -> "Into The Selection" in the buffers dialog too
This commit is contained in:
parent
da4939419b
commit
b5e0dfb6e2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue