added a note about the first used language being the default language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3903 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c8194bb98d
commit
90a8613a17
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
;--------------------------------
|
||||
;Languages
|
||||
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
!insertmacro MUI_LANGUAGE "English" # first language is the default language
|
||||
!insertmacro MUI_LANGUAGE "French"
|
||||
!insertmacro MUI_LANGUAGE "German"
|
||||
!insertmacro MUI_LANGUAGE "Spanish"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue