Terminology fixes and missing tooltips

Options of brush-based tools now have clearer names,
and the options themselves now have tooltips that
had been missing.
This commit is contained in:
Alexandre Prokoudine
2011-04-20 22:24:19 +04:00
parent 4a8fa1ab2a
commit 3eee39c8fb
2 changed files with 11 additions and 11 deletions

View File

@ -390,7 +390,7 @@ smoothing_options_gui (GimpPaintOptions *paint_options,
gtk_widget_show (scale);
scale = gimp_prop_spin_scale_new (config, "smoothing-factor",
_("Factor"),
_("Weight"),
1, 10, 1);
gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 0);
gtk_widget_show (scale);