gimp r24803 - in trunk: . plug-ins/common



Author: neo
Date: Tue Feb  5 07:57:09 2008
New Revision: 24803
URL: http://svn.gnome.org/viewvc/gimp?rev=24803&view=rev

Log:
2008-02-05  Sven Neumann  <sven gimp org>

	* plug-ins/common/mail.c: changed menu label and dialog title to
	"Send by Email".



Modified:
   trunk/ChangeLog
   trunk/plug-ins/common/mail.c

Modified: trunk/plug-ins/common/mail.c
==============================================================================
--- trunk/plug-ins/common/mail.c	(original)
+++ trunk/plug-ins/common/mail.c	Tue Feb  5 07:57:09 2008
@@ -262,7 +262,7 @@
 			  "Adrian Likins, Reagan Blundell, Daniel Risacher, "
                           "Spencer Kimball and Peter Mattis",
 			  "1995-1997",
-			  N_("_Mail Image..."),
+			  N_("Send by E_mail..."),
 			  "RGB*, GRAY*, INDEXED*",
 			  GIMP_PLUGIN,
 			  G_N_ELEMENTS (args), 0,
@@ -521,7 +521,7 @@
       g_free (gump_from);
     }
 
-  dlg = gimp_dialog_new (_("Send as Mail"), PLUG_IN_BINARY,
+  dlg = gimp_dialog_new (_("Send by Email"), PLUG_IN_BINARY,
                          NULL, 0,
 			 gimp_standard_help_func, PLUG_IN_PROC,
 



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