mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +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:
@@ -123,8 +123,8 @@ HistogramWindow::HistogramWindow(Context *context, bool rangemode) : GcChartWind
|
||||
cl->addWidget(new QLabel("")); // spacing
|
||||
|
||||
// default to data series!
|
||||
data = new QRadioButton(tr("Ride Data Samples"));
|
||||
metric = new QRadioButton(tr("Ride Metrics"));
|
||||
data = new QRadioButton(tr("Data Samples"));
|
||||
metric = new QRadioButton(tr("Metrics"));
|
||||
data->setChecked(true);
|
||||
metric->setChecked(false);
|
||||
QHBoxLayout *radios = new QHBoxLayout;
|
||||
|
||||
Reference in New Issue
Block a user