comment update

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1224 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-09-30 15:22:16 +00:00
parent bcb63fc14f
commit e5be9fcc1a

View file

@ -63,7 +63,7 @@ LangString Message ${LANG_TRADCHINESE} "Trandional Chinese message"
LangString Message ${LANG_SIMPCHINESE} "Simplified Chinese message"
LangString Message ${LANG_SLOVAK} "Slovak message"
; scetion names will be given in .onInit to match the language choosen by the user
;Section names set by Language strings
Section $(Sec1Name) sec1
MessageBox MB_OK $(Message)
SectionEnd