[gimp] app: s/"Paste Buffer as _New"/"Paste Buffer as _New Image"/



commit 1ce279dbfe20365343bbe3a72c133c36d655e483
Author: Jehan <jehan girinstud io>
Date:   Sun Nov 20 00:15:26 2016 +0100

    app: s/"Paste Buffer as _New"/"Paste Buffer as _New Image"/
    
    To differentiate with "Paste Buffer as New _Layer".

 app/actions/buffers-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/buffers-actions.c b/app/actions/buffers-actions.c
index 488d08f..a356f07 100644
--- a/app/actions/buffers-actions.c
+++ b/app/actions/buffers-actions.c
@@ -61,7 +61,7 @@ static const GimpActionEntry buffers_actions[] =
     GIMP_HELP_BUFFER_PASTE_AS_NEW_LAYER },
 
   { "buffers-paste-as-new-image", GIMP_STOCK_PASTE_AS_NEW,
-    NC_("buffers-action", "Paste Buffer as _New"), NULL,
+    NC_("buffers-action", "Paste Buffer as _New Image"), NULL,
     NC_("buffers-action", "Paste the selected buffer as a new image"),
     G_CALLBACK (buffers_paste_as_new_image_cmd_callback),
     GIMP_HELP_BUFFER_PASTE_AS_NEW_IMAGE },


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