mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Rename Ride to Activity
.. across the code, except where it clearly is a ride e.g. importing PowerTap or SRM
This commit is contained in:
@@ -304,7 +304,7 @@ TreeMapWindow::cellClicked(QString f1, QString f2)
|
||||
const RideMetricFactory &factory = RideMetricFactory::instance();
|
||||
const RideMetric *metric = factory.rideMetric(settings.symbol);
|
||||
|
||||
ltmPopup->setData(spec, metric, QString(tr("%1 ride%2")).arg(count).arg(count == 1 ? "" : tr("s")));
|
||||
ltmPopup->setData(spec, metric, QString(tr("%1 activities")));
|
||||
popup->show();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user