Archive: Replacing show readme text


Replacing show readme text
Hi,
I want to be able to change the “Show Readme” text to “My text”.
Based on the documentation,
!define MUI_FINISHPAGE_SHOWREADME_TEXT “My text” should allow me to achieve that, but it isn’t. It seems to be using the default "Show Readme" text instead of "My text"

Any help ?


Make sure you have defined it in the right place (right before you insert the page macro) and that you have used the right define name. That define name is taken from the latest CVS version. If you're using b3 or any prior versions you should be using the old define name (MUI_TEXT_FINISH_SHOWREADME before you insert the language file).