fixed typo (bug #93031).

2002-09-11  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptexttool.c: fixed typo (bug #93031).
This commit is contained in:
Sven Neumann 2002-09-11 14:21:30 +00:00 committed by Sven Neumann
parent 451d392aac
commit b0b9df8a10
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-11 Sven Neumann <sven@gimp.org>
* app/tools/gimptexttool.c: fixed typo (bug #93031).
2002-09-10 Michael Natterer <mitch@gimp.org>
Some PDB cleanup:

View File

@ -331,7 +331,7 @@ text_tool_render (GimpTextTool *text_tool)
if (!font_desc)
{
g_message (_("No font choosen or font invalid."));
g_message (_("No font chosen or font invalid."));
return;
}