git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3530 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2004-04-21 20:30:44 +00:00
parent 5283342f2a
commit acb42b2278

View file

@ -23,7 +23,7 @@
!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 "Hover your mouse over a component to see its description."
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
!define MUI_TEXT_DIRECTORY_TITLE "Choose Install Location"
!define MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $(^NameDA)."