fixed typo, closes bug #56200.

2001-06-14  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpmeasuretool.c: fixed typo, closes bug #56200.
This commit is contained in:
Sven Neumann 2001-06-14 16:28:06 +00:00 committed by Sven Neumann
parent a94f0eddb3
commit 1564c5fd83
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-06-14 Sven Neumann <sven@gimp.org>
* app/tools/gimpmeasuretool.c: fixed typo, closes bug #56200.
2001-06-14 Sven Neumann <sven@gimp.org>
* app/disp_callbacks.c
@ -10,7 +14,7 @@
2001-06-14 Sven Neumann <sven@gimp.org>
* app/core/gimpimage.c: fixed typo, closes bug #56193
* app/core/gimpimage.c: fixed typo, closes bug #56193.
2001-06-12 Michael Natterer <mitch@gimp.org>

View File

@ -125,7 +125,7 @@ gimp_measure_tool_register (void)
FALSE,
"gimp:measure_tool",
_("Measure Tool"),
_("Measure angles and legnths"),
_("Measure angles and lengths"),
N_("/Tools/Measure"), NULL,
NULL, "tools/measure.html",
(const gchar **) measure_bits);