Browse Source

Fix NSIS "LÖVE" text.

Miku AuahDark 5 years ago
parent
commit
c2f7053278
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extra/nsis/love.nsi

+ 2 - 2
extra/nsis/love.nsi

@@ -16,8 +16,8 @@ InstallDirRegKey HKCU "Software\LOVE" ""
 !define MUI_WELCOMEFINISHPAGE_BITMAP "${LOVEICODIR}\left.bmp"
 !define MUI_UNWELCOMEFINISHPAGE_BITMAP "${LOVEICODIR}\left.bmp"
 
-!define MUI_WELCOMEPAGE_TITLE "L�VE Setup"
-!define MUI_WELCOMEPAGE_TEXT "This will install L�VE, the unquestionably awesome Lua game framework."
+!define MUI_WELCOMEPAGE_TITLE "LÖVE Setup"
+!define MUI_WELCOMEPAGE_TEXT "This will install LÖVE, the unquestionably awesome Lua game framework."
 
 # Pages
 !insertmacro MUI_PAGE_WELCOME