more fixes for the UnitsCalculator
- we must read out the unit system description UTF8 to get the characters ² and ³ - update unit system description according to today's unit "cft" addition - don't hardcode the unit system descriptions in the .ui file - add acceleration to imperial schema
This commit is contained in:
@@ -95,7 +95,7 @@ const char* UnitsApi::getDescription(UnitSystem system)
|
||||
case UnitSystem::Centimeters:
|
||||
return "Building Euro (cm/m²/m³)";
|
||||
case UnitSystem::ImperialBuilding:
|
||||
return "Building US (ft-in/sqft/cuft)";
|
||||
return "Building US (ft-in/sqft/cft)";
|
||||
case UnitSystem::MmMin:
|
||||
return "Metric small parts & CNC(mm, mm/min)";
|
||||
case UnitSystem::ImperialCivil:
|
||||
|
||||
Reference in New Issue
Block a user