UI: User Prefs Language Section #119430

Merged
Harley Acheson merged 1 commits from Harley/blender:UserDefLanguage into main 2024-03-14 16:32:42 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,7 @@ class USERPREF_PT_interface_text(InterfacePanel, CenterAlignMixIn, Panel):
class USERPREF_PT_interface_translation(InterfacePanel, CenterAlignMixIn, Panel):
bl_label = "Translation"
bl_label = "Language"
bl_translation_context = i18n_contexts.id_windowmanager
@classmethod
@ -260,7 +260,7 @@ class USERPREF_PT_interface_translation(InterfacePanel, CenterAlignMixIn, Panel)
layout.prop(view, "language")
col = layout.column(heading="Affect")
col = layout.column(heading="Translate")
col.active = (bpy.app.translations.locale != "en_US")
col.prop(view, "use_translate_tooltips", text="Tooltips")
col.prop(view, "use_translate_interface", text="Interface")