I18n disambiguation: Translation (of UI vs. moving something).

Part of T43295.
This commit is contained in:
2019-05-09 10:09:14 +02:00
parent 895c41ec5d
commit 1b753acd89

View File

@@ -24,6 +24,7 @@ from bpy.types import (
Panel,
)
from bpy.app.translations import pgettext_iface as iface_
from bpy.app.translations import contexts as i18n_contexts
class USERPREF_HT_header(Header):
@@ -169,6 +170,7 @@ class USERPREF_PT_interface_text(PreferencePanel, Panel):
class USERPREF_PT_interface_translation(PreferencePanel, Panel):
bl_label = "Translation"
bl_translation_context = i18n_contexts.id_windowmanager
@classmethod
def poll(cls, context):