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



commit 90608d3a2242533f89a204efc8047201776cefca
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.

 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 ac60c14..34442ac 100644
--- a/app/widgets/gimpdeviceinfoeditor.c
+++ b/app/widgets/gimpdeviceinfoeditor.c
@@ -141,6 +141,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")
 };
 
@@ -191,6 +192,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);
@@ -410,6 +412,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]