fixed Uninstaller caption (other language files will be fixed later)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1606 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-06 12:13:20 +00:00
parent 9dc761c116
commit 939e84d75f

View file

@ -70,7 +70,7 @@
!endif
!ifdef MUI_UNINSTALLOPTIONS
LangString un.MUI_UNTEXT_SETUPCAPTION ${LANG_ENGLISH} "${MUI_PRODUCT} ${MUI_VERSION} Setup"
LangString un.MUI_UNTEXT_SETUPCAPTION ${LANG_ENGLISH} "${MUI_NAME} Uninstall"
!endif
!endif