[gimp] app: fix description of "layers-crop-to-content" action



commit ca5391f42f3ae9ba38b34f2fecf44619feb27033
Author: Sven Neumann <sven gimp org>
Date:   Mon Sep 24 15:36:48 2012 +0200

    app: fix description of "layers-crop-to-content" action

 app/actions/layers-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/layers-actions.c b/app/actions/layers-actions.c
index bf981a2..e05a9f2 100644
--- a/app/actions/layers-actions.c
+++ b/app/actions/layers-actions.c
@@ -214,7 +214,7 @@ static const GimpActionEntry layers_actions[] =
 
   { "layers-crop-to-content", GIMP_STOCK_TOOL_CROP,
     NC_("layers-action", "Crop to C_ontent"), NULL,
-    NC_("layers-action", "Crop the layer to the extents its content (remove empty borders from the layer)"),
+    NC_("layers-action", "Crop the layer to the extents of its content (remove empty borders from the layer)"),
     G_CALLBACK (layers_crop_to_content_cmd_callback),
     GIMP_HELP_LAYER_CROP },
 



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