From c102675112803ff0d2cb1303c85d86a8f30de3e3 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 22 Nov 2008 20:16:23 +0000 Subject: [PATCH] fixed bug #2323452 - Grammar, License Agreement git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5788 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Language files/English.nlf | 4 ++-- Source/lang.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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},