From ccd209778b2125ba4cc52e5846eca062d483b128 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Thu, 21 Jul 2005 16:02:10 +0000 Subject: [PATCH] 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@4178 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Language files/Default.nsh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Contrib/Modern UI/Language files/Default.nsh b/Contrib/Modern UI/Language files/Default.nsh index 1515cb0c..954bd718 100644 --- a/Contrib/Modern UI/Language files/Default.nsh +++ b/Contrib/Modern UI/Language files/Default.nsh @@ -16,7 +16,12 @@ !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_COMPONENTS_TITLE "Choose Components" !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to install." !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description" - !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Hover your mouse over a component to see its description." + + !ifndef NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE + !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description." + !else + !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Select a component to see its description." + !endif !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_DIRECTORY_TITLE "Choose Install Location" !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $(^NameDA)."