mirror of https://github.com/GNOME/gimp.git
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:
parent
451d392aac
commit
b0b9df8a10
|
@ -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>
|
2002-09-10 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
Some PDB cleanup:
|
Some PDB cleanup:
|
||||||
|
|
|
@ -331,7 +331,7 @@ text_tool_render (GimpTextTool *text_tool)
|
||||||
|
|
||||||
if (!font_desc)
|
if (!font_desc)
|
||||||
{
|
{
|
||||||
g_message (_("No font choosen or font invalid."));
|
g_message (_("No font chosen or font invalid."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue