diff --git a/extra/nsis/love.nsi b/extra/nsis/love.nsi index f1ae0e370..fb938e678 100644 --- a/extra/nsis/love.nsi +++ b/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