diff options
author | jstebbins <[email protected]> | 2009-10-04 17:12:08 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-10-04 17:12:08 +0000 |
commit | c43684adbb513383a38466909e5a224090beced7 (patch) | |
tree | 3fd461a3820b1e82ce118499a33ef269a36d02ee /gtk | |
parent | 3021bb32dce28e276796d9eaaebbd3a85dc15f8c (diff) |
LinGui: update a couple tooltips
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2867 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index eb4268f80..43ed3c50d 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -5843,7 +5843,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int <object class="GtkEntry" id="PictureDecombCustom"> <property name="width_chars">8</property> <property name="tooltip-text" translatable="yes">Custom decomb filter string format - Mode:SpatialMetric:MotionThresh:SpatialThresh:BlockThresh:BlockWidth:BlockHeight</property> + Mode:SpatialMetric:MotionThresh:SpatialThresh:BlockThresh:BlockWidth:BlockHeight:MagnitudeThres:VarianceThres:LaplacianThresh:DilationThresh:ErosionThresh:NoiseThresh:MaxSearchDistance:PostProcessing</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> @@ -5887,7 +5887,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int <object class="GtkEntry" id="PictureDeinterlaceCustom"> <property name="width_chars">8</property> <property name="tooltip-text" translatable="yes">Custom deinterlace filter string format - YadifMode:YadifParity:McdintMode:McdeintOp</property> + YadifMode:YadifParity:McdintMode:McdeintQp</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> |