From 3e196116096e3159a88eb8a4bbba9e930d5875e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sat, 18 Oct 2025 14:31:01 +0300 Subject: [PATCH] plug-in sphere-designer: Make a string clearer Exp. is mostly like a short for of exponent. We have a lot of area on GUI. Let's make it more obvious. --- plug-ins/common/sphere-designer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/sphere-designer.c b/plug-ins/common/sphere-designer.c index 5d458e9f54..123734742c 100644 --- a/plug-ins/common/sphere-designer.c +++ b/plug-ins/common/sphere-designer.c @@ -2871,7 +2871,7 @@ makewindow (void) gtk_widget_show (amountscale); adjustment = gtk_adjustment_new (1.0, 0.0, 1.0, 0.1, 1.0, 0.0); - expscale = gimp_spin_scale_new (adjustment, _("Exp."), 2); + expscale = gimp_spin_scale_new (adjustment, _("Exponent"), 2); g_signal_connect (adjustment, "value-changed", G_CALLBACK (getscales), NULL);