diff options
author | sr55 <[email protected]> | 2009-06-22 14:33:03 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-22 14:33:03 +0000 |
commit | df3b0eed16765ee555a4a18b80a51da0699cf5d6 (patch) | |
tree | 2c9104e2cf14f8484a5e420831d831edd13e7a10 /win/C#/frmMain.Designer.cs | |
parent | 895a34500e60f32e41db5f071a13dfcd3c1243d3 (diff) |
WinGui:
- Fix the tooltip on the quality slider. It's just wrong.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2597 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 6bc52152c..d7af96a67 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -356,7 +356,8 @@ namespace Handbrake this.slider_videoQuality.Size = new System.Drawing.Size(322, 45);
this.slider_videoQuality.TabIndex = 14;
this.slider_videoQuality.TickFrequency = 17;
- this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)");
+ this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. Typical sane values are between 59~63%. \r\n>70" +
+ "% will likely result in the output file being larger than the input file.");
this.slider_videoQuality.ValueChanged += new System.EventHandler(this.slider_videoQuality_Scroll);
//
// text_filesize
|