mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
Translation Enablement & consider "seconds" translation
... multiple tr() added for Intervals. Compare Pane ... in Compare Pane - in time metrics check for both "seconds" and translated tr(seconds) (following the concept for time as at most other places where units == "seconds" are checked (cherry picked from commit 6c78b00b65a1d794eb99038f21d6e705d119d29e)
This commit is contained in:
@@ -1624,7 +1624,7 @@ AllPlotWindow::plotPickerMoved(const QPoint &pos)
|
||||
// we don't do selection in compare mode
|
||||
if (isCompare()) return;
|
||||
|
||||
QString name = QString("Selection #%1 ").arg(selection);
|
||||
QString name = QString(tr("Selection #%1 ")).arg(selection);
|
||||
|
||||
// which picker and plot send this signal?
|
||||
QwtPlotPicker* pick = qobject_cast<QwtPlotPicker *>(sender());
|
||||
|
||||
Reference in New Issue
Block a user