mirror of https://github.com/GNOME/gimp.git
for consistency, changed the label from "Supersample" to "Supersampling".
2004-03-13 Sven Neumann <sven@gimp.org> * app/tools/gimptransformoptions.c (gimp_transform_options_gui): for consistency, changed the label from "Supersample" to "Supersampling".
This commit is contained in:
parent
89cec0820d
commit
beaed82ce8
|
@ -1,3 +1,8 @@
|
|||
2004-03-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimptransformoptions.c (gimp_transform_options_gui): for
|
||||
consistency, changed the label from "Supersample" to "Supersampling".
|
||||
|
||||
2004-03-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/paint-funcs/paint-funcs.c: use g_printerr() for debug output.
|
||||
|
|
|
@ -328,7 +328,7 @@ gimp_transform_options_gui (GimpToolOptions *tool_options)
|
|||
|
||||
/* the supersample toggle button */
|
||||
button = gimp_prop_check_button_new (config, "supersample",
|
||||
_("Supersample"));
|
||||
_("Supersampling"));
|
||||
gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0);
|
||||
gtk_widget_show (button);
|
||||
|
||||
|
|
Loading…
Reference in New Issue