diff --git a/src/mkvtoolnix-gui/merge/input.cpp b/src/mkvtoolnix-gui/merge/input.cpp index a54378532..5ca601772 100644 --- a/src/mkvtoolnix-gui/merge/input.cpp +++ b/src/mkvtoolnix-gui/merge/input.cpp @@ -475,7 +475,7 @@ Tab::setupInputToolTips() { Util::setToolTip(p.ui->stretchBy, Q("

%1 %2

%3

") .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") diff --git a/src/mkvtoolnix-gui/merge/output.cpp b/src/mkvtoolnix-gui/merge/output.cpp index d5cc910ee..b194a3d04 100644 --- a/src/mkvtoolnix-gui/merge/output.cpp +++ b/src/mkvtoolnix-gui/merge/output.cpp @@ -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("

%1 %2

  1. %3
  2. %4

%5

") .arg(QYH("mkvmerge can generate chapters automatically."))