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