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:
Stanislav Grinkov 2021-02-25 23:02:04 +06:00
parent e83faedb9d
commit 8977c1055d
No known key found for this signature in database
GPG key ID: F9FF16FBCBF58578

View file

@ -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);