DBus: track, heading, transponder. Added I18N for track/heading, added further I18N keys. Of course not all I18N strings are translated yet.

This commit is contained in:
Klaus Basan
2013-07-28 03:20:04 +02:00
parent 40a97c3d82
commit a53ea0c5fd
29 changed files with 620 additions and 81 deletions

View File

@@ -77,7 +77,7 @@ protected:
*/
virtual QString stringForConverter(bool i18n = false) const
{
return this->unitValueRoundedWithUnit(i18n);
return this->unitValueRoundedWithUnit(-1, i18n);
}
/*!