UnDirText
Hi, I want to change the UnDirText but I don't no how I can do this. Could you say me the MUI_... code for this?
7 posts
...
!insertmacro MUI_PAGE_DIRECTORY
...
!define MUI_DIRECTORYPAGE_TEXT_DESTINATION "yourtext"
!insertmacro MUI_UNPAGE_DIRECTORY
...
.............................
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "German"
LangString ^UnDirText ${LANG_ENGLISH} "English String"
LangString ^UnDirText ${LANG_GERMAN} "German String"
............................