summaryrefslogtreecommitdiffstats
path: root/editor/editor_property_name_processor.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-08-21 12:31:43 +0200
committerkobewi <kobewi4e@gmail.com>2024-08-21 17:27:54 +0200
commitb314a9105a2eb352d987c5df007be27f9c676aa8 (patch)
tree82bba544cb203188e02528ba9c48951fd223e386 /editor/editor_property_name_processor.h
parent5ca419e32c58e671284b3b7f91257179657d9114 (diff)
downloadredot-engine-b314a9105a2eb352d987c5df007be27f9c676aa8.tar.gz
Remove references to deleted capitalize_properties setting
Diffstat (limited to 'editor/editor_property_name_processor.h')
-rw-r--r--editor/editor_property_name_processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_property_name_processor.h b/editor/editor_property_name_processor.h
index 2c68423c84..8d93e78ada 100644
--- a/editor/editor_property_name_processor.h
+++ b/editor/editor_property_name_processor.h
@@ -51,7 +51,7 @@ class EditorPropertyNameProcessor : public Node {
StringName _get_context(const String &p_name, const String &p_property, const StringName &p_class) const;
public:
- // Matches `interface/inspector/capitalize_properties` editor setting.
+ // Matches `interface/inspector/default_property_name_style` editor setting.
enum Style {
STYLE_RAW,
STYLE_CAPITALIZED,