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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user