mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user