From acb42b2278a959762eed565a9b7436c209f5e493 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 21 Apr 2004 20:30:44 +0000 Subject: [PATCH] fix git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3530 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Language files/English.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Modern UI/Language files/English.nsh b/Contrib/Modern UI/Language files/English.nsh index a8762d12..97f2d13a 100644 --- a/Contrib/Modern UI/Language files/English.nsh +++ b/Contrib/Modern UI/Language files/English.nsh @@ -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)."