From 2601180b0c3f3ca72af4e621bfe52ca1cf17958e Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Wed, 5 Aug 2015 10:54:42 -0300 Subject: [PATCH] Add Route and RPE to SpecialFields So this new metadata fields can be translated --- src/SpecialFields.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SpecialFields.cpp b/src/SpecialFields.cpp index e59890b0e..33aa12eba 100644 --- a/src/SpecialFields.cpp +++ b/src/SpecialFields.cpp @@ -57,6 +57,8 @@ SpecialFields::SpecialFields() namesmap.insert("Month", tr("Month")); // set by openRideFile namesmap.insert("Weekday", tr("Weekday")); // set by openRideFile namesmap.insert("Source Filename", tr("Source Filename")); // set by openRideFile + namesmap.insert("Route", tr("Route")); // GPS map Route tag + namesmap.insert("RPE", tr("RPE")); // used by Session RPE metric // now add all the metric fields (for metric overrides)