diff --git a/plugin/units.py b/plugin/units.py index 655cf78..b926357 100644 --- a/plugin/units.py +++ b/plugin/units.py @@ -160,7 +160,7 @@ ["gm", _("gram"), _("grams"), "x * 1", "x * 1"], # All below convert to/from base ["kg", _("kilogram"), _("kilograms"), "x / 0.001", "x * 0.001"], - ["lb", _("pound"), _("pounds"), "x / 0.002205", "x * 0.001"], + ["lb", _("pound"), _("pounds"), "x / 0.002205", "x * 0.002205"], ["oz", _("ounce"), _("ounces"), "x / 0.035274", " 0.035274"], ["st", _("stone"), _("stone"), "x / 0.000157473", "x * 0.000157473"], [