From b2b31271832cdc5794dfa11dba29aa9b474ab92a Mon Sep 17 00:00:00 2001 From: Jordan Ruthe Date: Thu, 7 Jan 2021 01:00:43 -0500 Subject: [PATCH] extrude: Include translations in function --- panels/extrude.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panels/extrude.py b/panels/extrude.py index a51736e5..0e97061a 100644 --- a/panels/extrude.py +++ b/panels/extrude.py @@ -27,6 +27,9 @@ class ExtrudePanel(ScreenPanel): "Fast": "1400" } + # This line for translations only + speed_translations = [_("Slow"), _("Medium"), _("Fast")] + grid = self._gtk.HomogeneousGrid() i = 0