gui: Update text of 'Crop tool' option to 'Selected layers only'
To better reflect that tool can crop multiple selected layers.
This commit is contained in:
parent
e83faedb9d
commit
8977c1055d
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ gimp_crop_options_class_init (GimpCropOptionsClass *klass)
|
|||
|
||||
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_LAYER_ONLY,
|
||||
"layer-only",
|
||||
_("Current layers only"),
|
||||
_("Selected layers only"),
|
||||
_("Crop only currently selected layers"),
|
||||
FALSE,
|
||||
GIMP_PARAM_STATIC_STRINGS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue