Made the tooltip for 'delay' more accurate.

Fix for bug 430.
This commit is contained in:
Moritz Bunkus 2009-08-06 11:28:22 +02:00
parent 8b99cc894a
commit 504aef493e
5 changed files with 889 additions and 885 deletions

428
po/de.po

File diff suppressed because it is too large Load Diff

425
po/ja.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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);