diff options
author | sr55 <[email protected]> | 2011-07-16 16:05:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 16:05:36 +0000 |
commit | 8b4dcce5fc1905a5d8facdda89f3e133889a0622 (patch) | |
tree | 3f17630d7935f4b9ff0fdf0f339b1d8c6dc2cc31 /win/CS/frmQueue.Designer.cs | |
parent | 5045c6feeec292db6b538bfe4363c1e3790997fb (diff) |
WinGui: Some fixes to the Queue Current encoding information display and removal of another duplicate model.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4111 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmQueue.Designer.cs')
-rw-r--r-- | win/CS/frmQueue.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/frmQueue.Designer.cs b/win/CS/frmQueue.Designer.cs index a1dcb886c..5a4924325 100644 --- a/win/CS/frmQueue.Designer.cs +++ b/win/CS/frmQueue.Designer.cs @@ -377,8 +377,8 @@ namespace Handbrake this.lbl_encodesPending.Size = new System.Drawing.Size(115, 17);
this.lbl_encodesPending.Text = "0 encode(s) pending";
this.lbl_encodesPending.ToolTipText = "- Displays the number of jobs remaining to process.\r\n- Displays the time for the " +
- "current processing session. \r\n (Note, this is reset every time you press encode" +
- ", including after a pause)";
+ "current processing session. \r\n (Note, this is reset every time you press encode" +
+ ", including after a pause)";
//
// OpenFile
//
|