Forgot one "Group Layer" -> "Layer Group" string change

This commit is contained in:
Michael Natterer 2009-09-07 10:13:15 +02:00
parent ef9d82054e
commit 56a17ed118
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ gimp_group_layer_new (GimpImage *image)
image,
0, 0, 1, 1,
gimp_image_base_type_with_alpha (image),
_("Group Layer"));
_("Layer Group"));
if (gimp_image_get_projection (image)->use_gegl)
group->projection->use_gegl = TRUE;