GNOME Bugzilla – Bug 689264
wacom: Use appropriate circular motion names for touch rings
Last modified: 2012-12-20 10:27:04 UTC
Using "up" and "down" on a ring is ambiguous, better use "CW" or "CCW" to indicate the circular motion on touch rings. Depends on bug 689261
Created attachment 230173 [details] [review] Proposed patch
Review of attachment 230173 [details] [review]: ::: panels/wacom/cc-wacom-page.c @@ +603,3 @@ + dir_name = g_strdup_printf ("%s (%s)", + button->name, + dir == GTK_DIR_UP ? _("CCW") : _("CW")); I don't think those will fly with translators, especially without any comments. How about ↺ and ↻ which you then don't need to translate? (↶ and ↷ are potential substitutes)