Skip to content

Commit 0c3787a

Browse files
committed
Merge pull request #103148 from nathanhoad/fix-docs-typo-editortranslationplugin
Fix typo in EditorTranslationParserPlugin docs
2 parents 37f9e42 + b3aeaa6 commit 0c3787a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/EditorTranslationParserPlugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
var text = file.get_as_text()
2020
var split_strs = text.split(",", false)
2121
for s in split_strs:
22-
msgids.append(PackedStringArray([s]))
22+
ret.append(PackedStringArray([s]))
2323
#print("Extracted string: " + s)
2424

2525
return ret

0 commit comments

Comments
 (0)