Fix #106422: Mesh Data Attributes Using tip_ for iface_ #106507

Merged
Harley Acheson merged 1 commits from Harley/blender:MeshDataTip into main 2023-04-03 20:55:34 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from bpy.types import Menu, Panel, UIList
from rna_prop_ui import PropertyPanel
from bpy.app.translations import (
pgettext_tip as iface_,
pgettext_iface as iface_,
pgettext_tip as tip_,
)