[gimp/gimp-2-8] Revert "Bug 679083: proper documentation for plug-in-autocrop-layer"



commit 5069b788fb2bcadcb05f393ba8a3bec174dcc6f5
Author: Jehan <jehan girinstud io>
Date:   Tue Jul 16 09:24:09 2013 +0900

    Revert "Bug 679083: proper documentation for plug-in-autocrop-layer"
    
    This reverts commit dedb0250194d3760c6b89d91d4f739dbd7ed8aaf.
    I did not know there was a policy not to change translatable strings in stable.
    Sorry!

 plug-ins/common/crop-auto.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/crop-auto.c b/plug-ins/common/crop-auto.c
index 387c00b..01ac47f 100644
--- a/plug-ins/common/crop-auto.c
+++ b/plug-ins/common/crop-auto.c
@@ -95,10 +95,8 @@ query (void)
   gimp_plugin_menu_register (AUTOCROP_PROC, "<Image>/Image/Crop");
 
   gimp_install_procedure (AUTOCROP_LAYER_PROC,
-                          N_("Crop the active layer based on empty borders of the input drawable"),
-                          _("Crop the active layer of the input \"image\" based on empty borders of the 
input \"drawable\".\n\n"
-                            "The input drawable serves as a base for detecting cropping extents 
(transparency or background color), "
-                            "and is not necessarily the cropped layer (the current active layer)."),
+                          N_("Remove empty borders from the layer"),
+                          "",
                           "Tim Newsome",
                           "Tim Newsome",
                           "1997",


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