gimp r24593 - in trunk: . plug-ins/pygimp/plug-ins



Author: neo
Date: Thu Jan 10 21:27:15 2008
New Revision: 24593
URL: http://svn.gnome.org/viewvc/gimp?rev=24593&view=rev

Log:
2008-01-10  Sven Neumann  <sven gimp org>

	* plug-ins/pygimp/plug-ins/gimpcons.py: fixed spelling of GIMP.



Modified:
   trunk/ChangeLog
   trunk/plug-ins/pygimp/plug-ins/gimpcons.py

Modified: trunk/plug-ins/pygimp/plug-ins/gimpcons.py
==============================================================================
--- trunk/plug-ins/pygimp/plug-ins/gimpcons.py	(original)
+++ trunk/plug-ins/pygimp/plug-ins/gimpcons.py	Thu Jan 10 21:27:15 2008
@@ -55,7 +55,7 @@
                                                RESPONSE_CLEAR,
                                                RESPONSE_SAVE))
 
-            banner = ('Gimp %s Python Console\nPython %s\n' %
+            banner = ('GIMP %s Python Console\nPython %s\n' %
                       (gimp.pdb.gimp_version(), sys.version))
 
             self.cons = pyconsole.Console(locals=namespace, banner=banner,
@@ -215,7 +215,7 @@
 
 register(
     PROC_NAME,
-    N_("Interactive Gimp-Python interpreter"),
+    N_("Interactive GIMP Python interpreter"),
     "Type in commands and see results",
     "James Henstridge",
     "James Henstridge",



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