Skip to content

Commit 2f11cff

Browse files
authored
Update units.py
Added pressure conversion
1 parent 21b5325 commit 2f11cff

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
@@ -451,7 +451,7 @@
451451
# Base
452452
["bar", _("bar"), _("bar"), "x * 1", "x * 1"],
453453
# All below convert to/from base
454-
["psi", _("psi"), _("psi"), "x / 14.5038", "x * 14.5038"],
454+
["psi", _("PSI"), _("PSI"), "x / 14.5038", "x * 14.5038"],
455455
["atm", _("atm"), _("atm"), "x * 1.01325", "x / 1.01325"],
456456
["pa", _("Pa"), _("Pa"), "x / 100000", "x * 100000"],
457457
["kpa", _("kPa"), _("kPa"), "x / 100", "x * 100"],

0 commit comments

Comments
 (0)