diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-02-20 16:23:23 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-02-20 16:23:23 (GMT) |
commit | e7b92672a062de97fcf1f80521aea19b5082bfaa (patch) | |
tree | 50ef7dc81e32f7ae68ee47049122824d80298216 /Tools | |
parent | 3fa84224fd6c0e55185f5c19c318a87bb7762f30 (diff) | |
download | cpython-e7b92672a062de97fcf1f80521aea19b5082bfaa.zip cpython-e7b92672a062de97fcf1f80521aea19b5082bfaa.tar.gz cpython-e7b92672a062de97fcf1f80521aea19b5082bfaa.tar.bz2 |
Removes unused string resources from Windows installer.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/exe/exe_en-US.wxl_template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/msi/exe/exe_en-US.wxl_template b/Tools/msi/exe/exe_en-US.wxl_template index cc60ef6..577fbe5 100644 --- a/Tools/msi/exe/exe_en-US.wxl_template +++ b/Tools/msi/exe/exe_en-US.wxl_template @@ -4,6 +4,4 @@ <String Id="ShortDescriptor">executable</String> <String Id="ShortcutName">Python {{ShortVersion}} ({{Bitness}})</String> <String Id="ShortcutDescription">Launches the !(loc.ProductName) interpreter.</String> - <String Id="PathTitle">Add to PATH</String> - <String Id="PathDescription">Adds the install directory to PATH and .py to PATHEXT.</String> </WixLocalization> |