[gimp/gimp-2-8] Bug 687256 - Please explain the terms wheel, curve, axis



commit 6ed49d399752d6e6e4644d038dc61aae99d429ec
Author: Michael Natterer <mitch gimp org>
Date:   Wed Oct 31 21:14:26 2012 +0100

    Bug 687256 - Please explain the terms wheel, curve, axis
    
    Add translator comments to GimpDeviceInfoEditor.
    (cherry picked from commit 90608d3a2242533f89a204efc8047201776cefca)

 app/widgets/gimpdeviceinfoeditor.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimpdeviceinfoeditor.c b/app/widgets/gimpdeviceinfoeditor.c
index d13dfda..0694822 100644
--- a/app/widgets/gimpdeviceinfoeditor.c
+++ b/app/widgets/gimpdeviceinfoeditor.c
@@ -140,6 +140,7 @@ static const gchar *const axis_use_strings[] =
   N_("Pressure"),
   N_("X tilt"),
   N_("Y tilt"),
+  /* Wheel as in mouse or input device wheel */
   N_("Wheel")
 };
 
@@ -190,6 +191,7 @@ gimp_device_info_editor_init (GimpDeviceInfoEditor *editor)
 
   /*  the axes  */
 
+  /* The axes of an input device */
   frame = gimp_frame_new (_("Axes"));
   gtk_box_pack_start (GTK_BOX (private->vbox), frame, FALSE, FALSE, 0);
   gtk_widget_show (frame);
@@ -409,6 +411,7 @@ gimp_device_info_editor_constructed (GObject *object)
       GimpCurve *curve;
       gchar     *title;
 
+      /* e.g. "Pressure Curve" for mapping input device axes */
       title = g_strdup_printf (_("%s Curve"), axis_use_strings[i - 1]);
 
       frame = gimp_frame_new (title);



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