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 | |
parent | fb216e222dad67ea8059aca11c0be8277f3455a5 (diff) |
LinGui: fix tooltip grammer
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb-3.12.ui | 2 | ||||
-rw-r--r-- | gtk/src/ghb-3.14.ui | 2 | ||||
-rw-r--r-- | gtk/src/ghb.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/ghb-3.12.ui b/gtk/src/ghb-3.12.ui index df4728539..3f8081027 100644 --- a/gtk/src/ghb-3.12.ui +++ b/gtk/src/ghb-3.12.ui @@ -3292,7 +3292,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> diff --git a/gtk/src/ghb-3.14.ui b/gtk/src/ghb-3.14.ui index 7c5e00d3e..22497575a 100644 --- a/gtk/src/ghb-3.14.ui +++ b/gtk/src/ghb-3.14.ui @@ -3293,7 +3293,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> 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> |