Skip to content

Commit

Permalink
Workaround for exit message diacritics
Browse files Browse the repository at this point in the history
When game is on fullscreen it is correctly rendered in-game, but when windowed mode is used, it uses standard Windows dialog where our diacritics hack doesn't work. We should keep such messages withoout diacritics if possible.
  • Loading branch information
Robyer committed Aug 12, 2020
1 parent 5cc802b commit 3e1d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strings/Czech.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ MAINMENU_H_SYSTEM "Přepne do menu nastavení."
MAINMENU_QUIT "Konec"
MAINMENU_H_QUIT "Ukončí hru a vrátí tě do skutečného světa."
CM_EXITGAME "Konec"
CM_EXITMESSAGE "Opravdu si přejete ukončit hru?"
CM_EXITMESSAGE "Opravdu chcete vypnout hru?" # ROB: This message is used in standard Windows dialog (in windowed mode) and can't work with diacritics.
CM_EXITDISABLED "Promiňte, teď hru ukončit nemůžete."

# Training screen
Expand Down

0 comments on commit 3e1d72e

Please sign in to comment.