diff --git a/src/RideItem.cpp b/src/RideItem.cpp index 226008f1f..940f67e2b 100644 --- a/src/RideItem.cpp +++ b/src/RideItem.cpp @@ -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; }