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:
kichik 2005-02-11 14:06:19 +00:00
parent c8194bb98d
commit 90a8613a17

View file

@ -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"