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:
Mark Liversedge
2015-01-30 10:59:56 +00:00
parent 2a0b477cfb
commit d9eb2aec8c
45 changed files with 164 additions and 164 deletions

View File

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