diff options
author | sr55 <[email protected]> | 2010-01-16 21:37:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-01-16 21:37:10 +0000 |
commit | 2ad2245bc6b2151f7526511f5ba9a3868964aa1f (patch) | |
tree | db5f09f8ffb545e82fe90ff29cd0550816ce7612 /win/C#/frmOptions.Designer.cs | |
parent | f1cc4752f0f6b3c5160bc39b7d1115b18fbae4f1 (diff) |
WinGui:
- Updated tooltip for new show cli window preference.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3074 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 554351c78..e74c5f22c 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -1458,7 +1458,7 @@ namespace Handbrake this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17);
this.check_showCliForInGUIEncode.TabIndex = 96;
this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)";
- this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, "Displays the CLI status in the GUI windows instead of the CLI window.");
+ this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, resources.GetString("check_showCliForInGUIEncode.ToolTip"));
this.check_showCliForInGUIEncode.UseVisualStyleBackColor = false;
this.check_showCliForInGUIEncode.CheckedChanged += new System.EventHandler(this.check_showCliForInGUIEncode_CheckedChanged);
//
|