Add a BOM to fragment_strings.iss
InnoSetup doesn't read it as UTF-8 without one.
This commit is contained in:
parent
9d3067ae75
commit
9a3f5ce905
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
[CustomMessages]
|
||||
[CustomMessages]
|
||||
InstallRuntime=Installing runtime libraries...
|
||||
pt_PT.InstallRuntime=A instalar livrarias de runtime...
|
||||
zh_CN.InstallRuntime=正在安装运行库……
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[CustomMessages]
|
||||
[CustomMessages]
|
||||
_InstallRuntime=Installing runtime libraries...
|
||||
_StartMenuIcon=Create a start menu icon
|
||||
_CheckForUpdates=Automatically check for new versions of Aegisub
|
||||
|
|
Loading…
Reference in a new issue