diff options
author | jstebbins <[email protected]> | 2014-08-15 21:53:35 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-08-15 21:53:35 +0000 |
commit | 1ad38830e625c24555ede5a58385a01a9f764a68 (patch) | |
tree | 61808e79337941cdab8c3f40d4b6a5e8550746fc /gtk/src | |
parent | f0913ae0e27b0aa302666b629a2a3f566f6e79b3 (diff) |
LinGui: improve denoise filter tooltip
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6298 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index e61d2b0a3..03f7effcf 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3033,7 +3033,7 @@ This allows a player to initiate playback before downloading the entire file.</p <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">The denoise filter is a low pass filter that removes noise. + <property name="tooltip_text" translatable="yes">Denoise filtering reduces or removes the appearance of noise and grain. Film grain and other types of high frequency noise are difficult to compress. Using this filter on such sources can result in smaller file sizes.</property> <signal name="changed" handler="setting_widget_changed_cb" swapped="no"/> @@ -3066,7 +3066,7 @@ This allows a player to initiate playback before downloading the entire file.</p <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">The denoise filter is a low pass filter that removes noise. + <property name="tooltip_text" translatable="yes">Denoise filtering reduces or removes the appearance of noise and grain. Film grain and other types of high frequency noise are difficult to compress. Using this filter on such sources can result in smaller file sizes.</property> <signal name="changed" handler="setting_widget_changed_cb" swapped="no"/> @@ -3099,7 +3099,7 @@ This allows a player to initiate playback before downloading the entire file.</p <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">The denoise filter is a low pass filter that removes noise. + <property name="tooltip_text" translatable="yes">Denoise filtering reduces or removes the appearance of noise and grain. Film grain and other types of high frequency noise are difficult to compress. Using this filter on such sources can result in smaller file sizes.</property> <signal name="changed" handler="setting_widget_changed_cb" swapped="no"/> |