Skip to content

Commit

Permalink
Fixed: Tip of the Day on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
XusinboyBekchanov committed Mar 29, 2022
1 parent 2b7c288 commit a71cc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.bas
Expand Up @@ -4284,8 +4284,8 @@ Sub LoadLanguageTexts

If CurLanguage = "" Then
mlKeys.Add "#Til"
mlTexts.Add "English"
CurLanguage = "English"
mlTexts.Add "english"
CurLanguage = "english"
Else
Dim As Integer i, Pos1
Dim As Integer Fn = FreeFile_, Result
Expand Down

0 comments on commit a71cc3a

Please sign in to comment.