diff options
Diffstat (limited to 'win/CS/Controls/Subtitles.Designer.cs')
-rw-r--r-- | win/CS/Controls/Subtitles.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/Controls/Subtitles.Designer.cs b/win/CS/Controls/Subtitles.Designer.cs index e8e70cf51..d4d08b700 100644 --- a/win/CS/Controls/Subtitles.Designer.cs +++ b/win/CS/Controls/Subtitles.Designer.cs @@ -205,6 +205,7 @@ this.srt_offset.Name = "srt_offset";
this.srt_offset.Size = new System.Drawing.Size(58, 21);
this.srt_offset.TabIndex = 79;
+ this.toolTip.SetToolTip(this.srt_offset, "Adjust the offset in milliseconds between video and srt timestamps");
this.srt_offset.ValueChanged += new System.EventHandler(this.SrtOffsetValueChanged);
//
// srt_lang
|