gimp r26601 - in trunk: . app/plug-in



Author: neo
Date: Sat Aug 16 17:11:22 2008
New Revision: 26601
URL: http://svn.gnome.org/viewvc/gimp?rev=26601&view=rev

Log:
2008-08-16  Sven Neumann  <sven gimp org>

	* app/plug-in/gimpplugin-message.c 
(gimp_plug_in_handle_proc_run):
	removed the term 'PDB' from the user-visible error messages.



Modified:
   trunk/ChangeLog
   trunk/app/plug-in/gimpplugin-message.c

Modified: trunk/app/plug-in/gimpplugin-message.c
==============================================================================
--- trunk/app/plug-in/gimpplugin-message.c	(original)
+++ trunk/app/plug-in/gimpplugin-message.c	Sat Aug 16 17:11:22 2008
@@ -507,7 +507,7 @@
         {
           gimp_message (plug_in->manager->gimp, G_OBJECT (proc_frame->progress),
                         GIMP_MESSAGE_ERROR,
-                        _("PDB calling error for procedure '%s':\n"
+                        _("Calling error for procedure '%s':\n"
                           "%s"),
                         canonical, error->message);
         }
@@ -515,7 +515,7 @@
         {
           gimp_message (plug_in->manager->gimp, G_OBJECT (proc_frame->progress),
                         GIMP_MESSAGE_ERROR,
-                        _("PDB execution error for procedure '%s':\n"
+                        _("Execution error for procedure '%s':\n"
                           "%s"),
                         canonical, error->message);
         }



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