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.
This commit is contained in:
Sabri Ünal 2025-10-18 14:31:01 +03:00 committed by Alx Sa
parent 7b023177a8
commit 3e19611609

View file

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