added another version of MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3792 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
10b5e3c5c8
commit
c647ba0bce
2 changed files with 10 additions and 2 deletions
|
@ -23,7 +23,11 @@
|
|||
!define MUI_TEXT_COMPONENTS_TITLE "Choose Components"
|
||||
!define MUI_TEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to install."
|
||||
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description"
|
||||
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
|
||||
!ifndef NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
|
||||
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
|
||||
!else
|
||||
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Select a component to see its description."
|
||||
!endif
|
||||
|
||||
!define MUI_TEXT_DIRECTORY_TITLE "Choose Install Location"
|
||||
!define MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $(^NameDA)."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue