diff --git a/Contrib/Language files/English.nlf b/Contrib/Language files/English.nlf index 328f8da1..d325f030 100644 --- a/Contrib/Language files/English.nlf +++ b/Contrib/Language files/English.nlf @@ -44,9 +44,9 @@ $(^Name) Uninstall # ^AgreeBtn I &Agree # ^AcceptBtn -I &accept the terms in the License Agreement +I &accept the terms of the License Agreement # ^DontAcceptBtn -I &do not accept the terms in the License Agreement +I &do not accept the terms of the License Agreement # ^InstallBtn &Install # ^UninstallBtn diff --git a/Source/lang.cpp b/Source/lang.cpp index a65bc02f..102ee55d 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -59,8 +59,8 @@ NLFString NLFStrings[NLF_STRINGS] = { {"^BackBtn", "< &Back", NONE_STATIC}, {"^NextBtn", "&Next >", NONE_STATIC}, {"^AgreeBtn", "I &Agree", NONE_STATIC}, - {"^AcceptBtn", "I &accept the terms in the License Agreement", NONE_STATIC}, - {"^DontAcceptBtn", "I &do not accept the terms in the License Agreement", NONE_STATIC}, + {"^AcceptBtn", "I &accept the terms of the License Agreement", NONE_STATIC}, + {"^DontAcceptBtn", "I &do not accept the terms of the License Agreement", NONE_STATIC}, {"^InstallBtn", "&Install", NONE_STATIC}, {"^UninstallBtn", "&Uninstall", NONE_STATIC}, {"^CancelBtn", "Cancel", NONE_STATIC},