diff --git a/plugin.json b/plugin.json index ec9f19d..18cf05a 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "Name": "General Converter", "Description": "General weights and measures converter", "Author": "deefrawley", - "Version": "1.1.0", + "Version": "1.1.1", "Language": "python", "Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.GenConvert", "IcoPath": "assets/favicon.ico", 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"], [