[gimp] gui: Update text of 'Crop tool' option to 'Selected layers only'
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gui: Update text of 'Crop tool' option to 'Selected layers only'
- Date: Thu, 25 Feb 2021 17:18:06 +0000 (UTC)
commit 8977c1055d4a4004ca6d9a98bd558cf8033ed86a
Author: Stanislav Grinkov <43956-stanislavgrinkov users noreply gitlab gnome org>
Date: Thu Feb 25 23:02:04 2021 +0600
gui: Update text of 'Crop tool' option to 'Selected layers only'
To better reflect that tool can crop multiple selected layers.
app/tools/gimpcropoptions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tools/gimpcropoptions.c b/app/tools/gimpcropoptions.c
index df5e9c1ed3..3ee15c1df5 100644
--- a/app/tools/gimpcropoptions.c
+++ b/app/tools/gimpcropoptions.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]