1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Localization update

This commit is contained in:
2017-02-05 16:10:42 +01:00
parent e6a0eeefcc
commit a253ac1796
3 changed files with 190 additions and 178 deletions

View File

@ -1074,8 +1074,8 @@ void GUI::updateStatusBarInfo()
_distanceLabel->clear();
if (time() > 0) {
_timeLabel->addItem(tr("Total time"), Format::timeSpan(time()));
_timeLabel->addItem(tr("Moving time"), Format::timeSpan(movingTime())
_timeLabel->addItem(tr("Total Time"), Format::timeSpan(time()));
_timeLabel->addItem(tr("Moving Time"), Format::timeSpan(movingTime())
+ "<sub>M</sub>");
} else
_timeLabel->clear();