gimp r26941 - in trunk: . app/actions



Author: schumaml
Date: Sat Sep 13 20:03:29 2008
New Revision: 26941
URL: http://svn.gnome.org/viewvc/gimp?rev=26941&view=rev

Log:
2008-09-13  Michael Schumacher  <schumaml cvs gnome org>

	* app/actions/edit-actions.c (edit_actions): removed double "the"
	from translatable string. Fixes bug #552127.

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

Modified: trunk/app/actions/edit-actions.c
==============================================================================
--- trunk/app/actions/edit-actions.c	(original)
+++ trunk/app/actions/edit-actions.c	Sat Sep 13 20:03:29 2008
@@ -118,7 +118,7 @@
 
   { "edit-copy-visible", NULL, /* GIMP_STOCK_COPY_VISIBLE, */
     N_("Copy _Visible"), "<control><shift>C",
-    N_("Copy what is visible in the the selected region"),
+    N_("Copy what is visible in the selected region"),
     G_CALLBACK (edit_copy_visible_cmd_callback),
     GIMP_HELP_EDIT_COPY_VISIBLE },
 



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