1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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

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