gettext bug fix

This commit is contained in:
Andrej730
2024-01-19 12:06:11 +05:00
parent 6bea964db0
commit 37b8a9bc89
@@ -34,7 +34,7 @@ from bpy.props import (
import gettext
_ = gettext
_ = gettext.gettext
def get_style_types(self, context):