From beaed82ce85f82636b8a0c0a4c2a82faadb97a72 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 13 Mar 2004 11:41:57 +0000 Subject: [PATCH] for consistency, changed the label from "Supersample" to "Supersampling". 2004-03-13 Sven Neumann * app/tools/gimptransformoptions.c (gimp_transform_options_gui): for consistency, changed the label from "Supersample" to "Supersampling". --- ChangeLog | 5 +++++ app/tools/gimptransformoptions.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 762d995a2c..ebd09c1821 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-13 Sven Neumann + + * app/tools/gimptransformoptions.c (gimp_transform_options_gui): for + consistency, changed the label from "Supersample" to "Supersampling". + 2004-03-13 Sven Neumann * app/paint-funcs/paint-funcs.c: use g_printerr() for debug output. diff --git a/app/tools/gimptransformoptions.c b/app/tools/gimptransformoptions.c index 59c3f460e6..f2e48b51d3 100644 --- a/app/tools/gimptransformoptions.c +++ b/app/tools/gimptransformoptions.c @@ -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);