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
This commit is contained in:
kichik 2008-11-22 20:16:23 +00:00
parent 3495441728
commit c102675112
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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},