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:
parent
7b023177a8
commit
3e19611609
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue