gimp r28060 - in trunk: . app/actions



Author: marcoc
Date: Sun Feb 22 16:55:20 2009
New Revision: 28060
URL: http://svn.gnome.org/viewvc/gimp?rev=28060&view=rev

Log:
2009-02-22  Marco Ciampa  <ciampix libero it>

        * app/actions/image-actions.c: fixed duplicated keyboard shortcut



Modified:
   trunk/ChangeLog
   trunk/app/actions/image-actions.c

Modified: trunk/app/actions/image-actions.c
==============================================================================
--- trunk/app/actions/image-actions.c	(original)
+++ trunk/app/actions/image-actions.c	Sun Feb 22 16:55:20 2009
@@ -75,7 +75,7 @@
     GIMP_HELP_IMAGE_RESIZE },
 
   { "image-resize-to-layers", NULL,
-    NC_("image-action", "F_it Canvas to Layers"), NULL,
+    NC_("image-action", "Fit Canvas to L_ayers"), NULL,
     NC_("image-action", "Resize the image to enclose all layers"),
     G_CALLBACK (image_resize_to_layers_cmd_callback),
     GIMP_HELP_IMAGE_RESIZE_TO_LAYERS },



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