mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
GUI: mux: correct tooltip for "stretch by" inputs wrt. fractions
Part of the implementation of #3002.
This commit is contained in:
parent
f3ee29d7d5
commit
c72501416e
@ -475,7 +475,7 @@ Tab::setupInputToolTips() {
|
||||
Util::setToolTip(p.ui->stretchBy,
|
||||
Q("<p>%1 %2</p><p>%3</p>")
|
||||
.arg(QYH("Multiply this track's timestamps with a factor."))
|
||||
.arg(QYH("The value can be given either as a floating point number (e.g. 12.345) or a fraction of integer values (e.g. 123/456)."))
|
||||
.arg(QYH("The value can be given either as a floating point number (e.g. 12.345) or a fraction of numbers (e.g. 123/456.78)."))
|
||||
.arg(QYH("This works well for video and subtitle tracks but should not be used with audio tracks.")));
|
||||
Util::setToolTip(p.ui->defaultDuration,
|
||||
Q("%1 %2 %3 %4")
|
||||
|
@ -226,7 +226,7 @@ Tab::setupOutputToolTips() {
|
||||
Util::setToolTip(p.ui->chapterStretchBy,
|
||||
Q("%1 %2")
|
||||
.arg(QYH("Multiply the chapters' timestamps with a factor."))
|
||||
.arg(QYH("The value can be given either as a floating point number (e.g. 12.345) or a fraction of integer values (e.g. 123/456).")));
|
||||
.arg(QYH("The value can be given either as a floating point number (e.g. 12.345) or a fraction of numbers (e.g. 123/456.78).")));
|
||||
Util::setToolTip(p.ui->chapterGenerationMode,
|
||||
Q("<p>%1 %2</p><ol><li>%3</li><li>%4</li></ol><p>%5</p>")
|
||||
.arg(QYH("mkvmerge can generate chapters automatically."))
|
||||
|
Loading…
Reference in New Issue
Block a user