Wrong language

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1289 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-03 01:44:14 +00:00
parent 4670aa26c5
commit 6b489bdc60

View file

@ -110,7 +110,7 @@ Function .onInitDialog
!insertmacro MUI_INNERDIALOG_START 3
!insertmacro MUI_INNERDIALOG_TEXT ${LANG_ENGLISH} 1041 "Destination Folder"
!insertmacro MUI_INNERDIALOG_TEXT ${LANG_ENGLISH} 1041 "Installatie Map"
!insertmacro MUI_INNERDIALOG_TEXT ${LANG_DUTCH} 1041 "Installatie Map"
!insertmacro MUI_INNERDIALOG_STOP 3
!insertmacro MUI_INNERDIALOG_END