Skip to content

Commit b3aeaa6

Browse files
committed
Fix typo in EditorTranslationParserPlugin docs
1 parent 394508d commit b3aeaa6

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)