Change "additionnal" to "additional".
This commit is contained in:
Martey Dodoo
2024-10-10 17:22:25 -04:00
parent a38b120b4b
commit 658a0ab7c9

View File

@@ -100,7 +100,7 @@ export default class FreonPreferences extends ExtensionPreferences {
group.add(this._addSwitch("Show Rotation Rate Unit", "show-rotationrate-unit")); group.add(this._addSwitch("Show Rotation Rate Unit", "show-rotationrate-unit"));
group.add(this._addSwitch("Show Voltage Unit", "show-voltage-unit")); group.add(this._addSwitch("Show Voltage Unit", "show-voltage-unit"));
group.add(this._addSwitch("Show Power Unit", "show-power-unit")); group.add(this._addSwitch("Show Power Unit", "show-power-unit"));
group.add(this._addSwitch("Show Decimal Values", "show-decimal-value", "Show additionnal digits after decimal point")); group.add(this._addSwitch("Show Decimal Values", "show-decimal-value", "Show additional digits after decimal point"));
return group; return group;
} }