Translation Enablement

This commit is contained in:
Joern
2015-07-17 18:59:07 +02:00
parent 6a2c779390
commit 48cc7a2bfa

View File

@@ -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;
}