瀏覽代碼

Fix NSIS "LÖVE" text.

Miku AuahDark 5 年之前
父節點
當前提交
c2f7053278
共有 1 個文件被更改,包括 2 次插入2 次删除
  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