Skip to content

Commit 71256db

Browse files
authored
Merge pull request #29 from kk-on-gh/main
Update units.py
2 parents 85950c7 + bb969f3 commit 71256db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
# All below convert to/from base
220220
["kg", _("kilogram"), _("kilograms"), "x / 0.001", "x * 0.001"],
221221
["lb", _("pound"), _("pounds"), "x / 0.002205", "x * 0.002205"],
222-
["oz", _("ounce"), _("ounces"), "x / 0.035274", " 0.035274"],
222+
["oz", _("ounce"), _("ounces"), "x / 0.035274", "x * 0.035274"],
223223
["st", _("stone"), _("stone"), "x / 0.000157473", "x * 0.000157473"],
224224
[
225225
"t",

0 commit comments

Comments
 (0)