[gimp-gap] It's "Filter Radius:", not "FilterRadius:"



commit 8e59843b184c29eae4f921c996b3278a27c74827
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sat Dec 3 22:02:11 2011 +0400

    It's "Filter Radius:", not "FilterRadius:"

 gap/gap_mov_dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gap/gap_mov_dialog.c b/gap/gap_mov_dialog.c
index 5deed7b..8e3e823 100755
--- a/gap/gap_mov_dialog.c
+++ b/gap/gap_mov_dialog.c
@@ -4983,7 +4983,7 @@ mov_acc_tab_create (t_mov_gui_stuff *mgp)
 
   /*  accelaration characteristic for feather radius */
   adj = p_mov_acc_spinbutton_new( GTK_TABLE (table), 6, 1,        /* table col, row */
-                          _("FeatherRadius:"),                /* label text */
+                          _("Feather Radius:"),                /* label text */
                           SCALE_WIDTH, ENTRY_WIDTH,           /* scalesize spinsize */
                           (gdouble)mgp->accSelFeatherRadius,  /* initial value */
                           (gdouble)ACC_MIN, (gdouble)ACC_MAX, /* lower, upper */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]