Skip to content

Commit 0b15698

Browse files
committed
Disable auto translation of flag names in the inspector
1 parent 45509c2 commit 0b15698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/inspector/editor_properties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@ void EditorPropertyFlags::setup(const Vector<String> &p_options) {
931931

932932
EditorPropertyFlags::EditorPropertyFlags() {
933933
vbox = memnew(VBoxContainer);
934+
vbox->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
934935
add_child(vbox);
935936
}
936937

0 commit comments

Comments
 (0)