app: fix GimpTransformOptions::clip's tooltip

This commit is contained in:
Michael Natterer 2011-07-27 22:24:10 +02:00
parent 3704b8cd59
commit d092573a3b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ gimp_transform_options_class_init (GimpTransformOptionsClass *klass)
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_CLIP,
"clip",
N_("How to clip..."),
N_("How to clip"),
GIMP_TYPE_TRANSFORM_RESIZE,
GIMP_TRANSFORM_RESIZE_ADJUST,
GIMP_PARAM_STATIC_STRINGS);