diff options
-rw-r--r-- | sword2/maketext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/maketext.cpp b/sword2/maketext.cpp index 67425d9eef..8bad8e6ce7 100644 --- a/sword2/maketext.cpp +++ b/sword2/maketext.cpp @@ -502,8 +502,8 @@ void Sword2Engine::initialiseFontResourceFlags(void) { // If language is Polish or Finnish it requires alternate fonts. // Otherwise, use regular fonts - // "talenna" Finnish for "save" - // "zapisz" Polish for "save" + // "tallenna" Finnish for "save" + // "zapisz" Polish for "save" // Get the text line (& skip the 2 chars containing the wavId) char *textLine = (char *) fetchTextLine(textFile, SAVE_LINE_NO) + 2; |