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:
Sven Neumann 2004-03-13 11:41:57 +00:00 committed by Sven Neumann
parent 89cec0820d
commit beaed82ce8
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

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