diff options
author | John Stebbins <[email protected]> | 2016-08-23 11:28:42 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-08-23 11:28:42 -0700 |
commit | 566ce20a1fb380175f5a97c217c92f0a43d37df8 (patch) | |
tree | aef68d4fab0a3c4da1687e20bd156199bae3ebb0 /gtk/src/ghb.ui | |
parent | fb216e222dad67ea8059aca11c0be8277f3455a5 (diff) |
LinGui: fix tooltip grammer
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 6ae3d6b9d..03c9f0f6c 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3320,7 +3320,7 @@ SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="tooltip_text" translatable="yes">Rotate the video in clockwise 90 degree increments.</property> + <property name="tooltip_text" translatable="yes">Rotate the video clockwise in 90 degree increments.</property> <signal name="changed" handler="deint_filter_changed_cb" swapped="no"/> </object> <packing> |