grammer fix

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3009 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-10-09 22:19:55 +00:00
parent 1b973fce65
commit b8de1350e0

View file

@ -44,7 +44,7 @@ Write a value using the WriteRegStr command (for strings) or WriteRegDWORD comma
\\<b\\>Required values\\</b\\>
\e{DisplayName} (string) - Name of the application \\<br\\>
\e{UninstallString} (string) - Path and filename of the uninstaller
\e{UninstallString} (string) - Path and filename of the uninstaller. You should \\<b\\>always\\</b\\> quote the path to make sure spaces in the path will not disrupt Windows to find the uninstaller.
\\<b\\>Optional values\\</b\\>