mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Made the tooltip for 'delay' more accurate.
Fix for bug 430.
This commit is contained in:
parent
8b99cc894a
commit
504aef493e
459
po/zh_CN.po
459
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
459
po/zh_TW.po
459
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -131,7 +131,8 @@ tab_input_format::tab_input_format(wxWindow *parent,
|
||||
siz_fg->Add(st_delay, 0, wxALIGN_CENTER_VERTICAL | wxALL, STDSPACING);
|
||||
|
||||
tc_delay = new wxTextCtrl(this, ID_TC_DELAY, wxEmptyString);
|
||||
tc_delay->SetToolTip(TIP("Delay this track's timecodes by a couple of ms. Can be negative. Works best on video and subtitle tracks."));
|
||||
tc_delay->SetToolTip(TIP("Delay this track's timecodes by a couple of ms. Can be negative. Works with all track types, "
|
||||
"but negative delays should not be used with video tracks."));
|
||||
tc_delay->SetSizeHints(0, -1);
|
||||
siz_fg->Add(tc_delay, 1, wxGROW | wxALIGN_CENTER_VERTICAL | wxALL, STDSPACING);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user