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 728c9a6537
commit fb994fa5e7
45 changed files with 164 additions and 164 deletions

View File

@@ -55,7 +55,7 @@ context(context), cyclist(cyclist), ride(ride)
uploading = true;
int size = uploader->upload(context, ride);
statusLabel->setText(QString(tr("Uploading ride (%1 bytes)...")).arg(size));
statusLabel->setText(QString(tr("Uploading (%1 bytes)...")).arg(size));
setMinimumWidth(250);
}