[gimp] Bug 764589 - Flip Tool: Use "Transform" and "Direction" instead...



commit b81c725c6d585d945bbf38a4889af48868a0d021
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 5 18:59:18 2016 +0200

    Bug 764589 - Flip Tool: Use "Transform" and "Direction" instead...
    
    ...of "Affect" and "Flip Type"

 app/tools/gimpflipoptions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpflipoptions.c b/app/tools/gimpflipoptions.c
index 13ce47a..ef0f037 100644
--- a/app/tools/gimpflipoptions.c
+++ b/app/tools/gimpflipoptions.c
@@ -132,7 +132,7 @@ gimp_flip_options_gui (GimpToolOptions *tool_options)
   gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
   gtk_widget_show (hbox);
 
-  label = gtk_label_new (_("Affect:"));
+  label = gtk_label_new (_("Transform:"));
   gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
   gtk_widget_show (label);
 
@@ -141,7 +141,7 @@ gimp_flip_options_gui (GimpToolOptions *tool_options)
   gtk_widget_show (box);
 
   /*  tool toggle  */
-  str = g_strdup_printf (_("Flip Type  (%s)"),
+  str = g_strdup_printf (_("Direction  (%s)"),
                          gimp_get_mod_string (toggle_mask));
 
   frame = gimp_prop_enum_radio_frame_new (config, "flip-type",


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