1
0
forked from 0ad/0ad

Fix a regression introduced with 4a049c5f3a

This commit is contained in:
Dunedan 2024-09-04 15:02:44 +02:00
parent 19e7d14506
commit eb499b4c5c
Signed by untrusted user: Dunedan
GPG Key ID: 885B16854284E0B2

View File

@ -297,7 +297,7 @@ class CppExtractor(JavascriptExtractor):
"""Extract messages from C++ source code.""" """Extract messages from C++ source code."""
class TXTExtractor(Extractor): class TxtExtractor(Extractor):
"""Extract messages from plain text files.""" """Extract messages from plain text files."""
def extract_from_file(self, filepath): def extract_from_file(self, filepath):