diff --git a/ChangeLog b/ChangeLog index 1fe03fad69..fc1b5a9004 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-23 Michael Natterer + + * app/base/base-enums.c: forgot to commit the latest version of + this file (only a typo fix). + 2006-10-23 Sven Neumann * configure.in: use LIBLCMS instead of LCMS_LIBS. diff --git a/app/base/base-enums.c b/app/base/base-enums.c index e5f8a36604..c98a1b45d8 100644 --- a/app/base/base-enums.c +++ b/app/base/base-enums.c @@ -133,7 +133,7 @@ gimp_layer_mode_effects_get_type (void) { GIMP_COLOR_ERASE_MODE, N_("Color erase"), NULL }, { GIMP_ERASE_MODE, N_("Erase"), NULL }, { GIMP_REPLACE_MODE, N_("Replace"), NULL }, - { GIMP_ANTI_ERASE_MODE, N_("Anti Erase"), NULL }, + { GIMP_ANTI_ERASE_MODE, N_("Anti erase"), NULL }, { 0, NULL, NULL } };