Skip to content

Commit b279816

Browse files
authored
Update units.py
1 parent 15f0a61 commit b279816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/units.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@
450450
"Pressure": [
451451
# Base
452452
["bar", _("bar"), _("bar"), "x * 1", "x * 1"],
453-
# All below convert to/from base
454-
["psi", _("PSI"), _("PSI"), "x / 14.5038", "x * 14.5038"],
453+
# All below convert to / from base
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)