mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
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:
@@ -77,7 +77,7 @@ protected:
|
||||
*/
|
||||
virtual QString stringForConverter(bool i18n = false) const
|
||||
{
|
||||
return this->unitValueRoundedWithUnit(i18n);
|
||||
return this->unitValueRoundedWithUnit(-1, i18n);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user