summaryrefslogtreecommitdiff
path: root/editor/editor_property_name_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_property_name_processor.h')
-rw-r--r--editor/editor_property_name_processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.h b/editor/editor_property_name_processor.h
index f32cb9f43a..8e3cecb45b 100644
--- a/editor/editor_property_name_processor.h
+++ b/editor/editor_property_name_processor.h
@@ -64,6 +64,9 @@ public:
// Turns property path segment into the given style.
String process_name(const String &p_name, Style p_style) const;
+ // Translate plain text group names.
+ String translate_group_name(const String &p_name) const;
+
EditorPropertyNameProcessor();
~EditorPropertyNameProcessor();
};