summaryrefslogtreecommitdiff
path: root/editor/translations
diff options
context:
space:
mode:
Diffstat (limited to 'editor/translations')
-rwxr-xr-xeditor/translations/extract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/translations/extract.py b/editor/translations/extract.py
index 7f3da400e7..07026baee2 100755
--- a/editor/translations/extract.py
+++ b/editor/translations/extract.py
@@ -139,7 +139,7 @@ theme_property_patterns = {
}
-# See String::camelcase_to_underscore().
+# See String::_camelcase_to_underscore().
capitalize_re = re.compile(r"(?<=\D)(?=\d)|(?<=\d)(?=\D([a-z]|\d))")