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



commit b5e0dfb6e22bacb31e4efe98a458b78c5e2530d2
Author: Michael Natterer <mitch gimp org>
Date:   Sun Nov 12 23:39:41 2017 +0100

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

 app/actions/buffers-actions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/buffers-actions.c b/app/actions/buffers-actions.c
index 18d1f5f..ad0196b 100644
--- a/app/actions/buffers-actions.c
+++ b/app/actions/buffers-actions.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]