[gimp] app: rename the "Tool toggle" frame in zoom options to "Direction"



commit e9bf7ba6dce2fe5653af441f4edafea0e60cb535
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jul 31 00:25:04 2011 +0200

    app: rename the "Tool toggle" frame in zoom options to "Direction"

 app/tools/gimpmagnifyoptions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpmagnifyoptions.c b/app/tools/gimpmagnifyoptions.c
index df14c22..6865811 100644
--- a/app/tools/gimpmagnifyoptions.c
+++ b/app/tools/gimpmagnifyoptions.c
@@ -171,7 +171,7 @@ gimp_magnify_options_gui (GimpToolOptions *tool_options)
   gtk_widget_show (button);
 
   /*  tool toggle  */
-  str = g_strdup_printf (_("Tool Toggle  (%s)"),
+  str = g_strdup_printf (_("Direction  (%s)"),
                          gimp_get_mod_string (GDK_CONTROL_MASK));
 
   frame = gimp_prop_enum_radio_frame_new (config, "zoom-type",



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