fixed spelling of GIMP.

2008-01-10  Sven Neumann  <sven@gimp.org>

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


svn path=/trunk/; revision=24593
This commit is contained in:
Sven Neumann 2008-01-10 21:27:15 +00:00 committed by Sven Neumann
parent d1f61f2cd0
commit 7c745575d6
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2008-01-10 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/plug-ins/gimpcons.py: fixed spelling of GIMP.
2008-01-10 Sven Neumann <sven@gimp.org>
* plug-ins/jpeg/Makefile.am: fixed conditional build of the JPEG

View file

@ -55,7 +55,7 @@ def do_console():
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 @@ def do_console():
register(
PROC_NAME,
N_("Interactive Gimp-Python interpreter"),
N_("Interactive GIMP Python interpreter"),
"Type in commands and see results",
"James Henstridge",
"James Henstridge",