mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Translation Enablement
This commit is contained in:
@@ -1301,7 +1301,7 @@ RideItem::updateIntervals()
|
||||
.arg(time_to_string(duration))
|
||||
.arg((int)ap)
|
||||
.arg(match.cost/1000)
|
||||
.arg(match.exhaust ? "TE MATCH" : "MATCH");
|
||||
.arg(match.exhaust ? tr("TE MATCH") : tr("MATCH"));
|
||||
|
||||
intervals_ << intervalItem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user