diff options
author | David Fifield <david@bamsoftware.com> | 2012-10-21 00:06:02 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-22 01:03:09 -0400 |
commit | 20912fbe26b310a71370dde700e65466f744034f (patch) | |
tree | 3a70478b4bde3d743fdcdd8761164cf753c3174f /contrib/polipo | |
parent | a73b2753006f1082df83bcff20e86d646495816b (diff) | |
download | tor-20912fbe26b310a71370dde700e65466f744034f.tar.gz tor-20912fbe26b310a71370dde700e65466f744034f.zip |
Possessive "it's" → "its" in .nsi files.
Diffstat (limited to 'contrib/polipo')
-rw-r--r-- | contrib/polipo/polipo-mingw.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/polipo/polipo-mingw.nsi b/contrib/polipo/polipo-mingw.nsi index 624e825eb6..f119675eba 100644 --- a/contrib/polipo/polipo-mingw.nsi +++ b/contrib/polipo/polipo-mingw.nsi @@ -165,7 +165,7 @@ SectionEnd !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${Polipo} "The core executable and config files needed for Polipo to run." !insertmacro MUI_DESCRIPTION_TEXT ${ShortCuts} "Shortcuts to easily start Polipo" - !insertmacro MUI_DESCRIPTION_TEXT ${StartMenu} "Shortcuts to access Polipo and it's documentation from the Start Menu" + !insertmacro MUI_DESCRIPTION_TEXT ${StartMenu} "Shortcuts to access Polipo and its documentation from the Start Menu" !insertmacro MUI_DESCRIPTION_TEXT ${Desktop} "A shortcut to start Polipo from the desktop" !insertmacro MUI_DESCRIPTION_TEXT ${Startup} "Launches Polipo automatically at startup in a minimized window" !insertmacro MUI_FUNCTION_DESCRIPTION_END |