diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-03-25 04:25:16 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-03-25 04:25:16 (GMT) |
commit | 102f72cf1a414f507951cf4988d51cffb8f4e2b4 (patch) | |
tree | 4836b089a9dd96f91044ae82d76030b95e39c287 /Tools/msi/doc | |
parent | fef9c1b368ce0a59772378798d203efc5f836413 (diff) | |
download | cpython-102f72cf1a414f507951cf4988d51cffb8f4e2b4.zip cpython-102f72cf1a414f507951cf4988d51cffb8f4e2b4.tar.gz cpython-102f72cf1a414f507951cf4988d51cffb8f4e2b4.tar.bz2 |
Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script.
Diffstat (limited to 'Tools/msi/doc')
-rw-r--r-- | Tools/msi/doc/doc_en-US.wxl_template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/doc/doc_en-US.wxl_template b/Tools/msi/doc/doc_en-US.wxl_template index 09df582..809556e 100644 --- a/Tools/msi/doc/doc_en-US.wxl_template +++ b/Tools/msi/doc/doc_en-US.wxl_template @@ -2,6 +2,6 @@ <WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization"> <String Id="ShortDescriptor">doc</String> <String Id="Descriptor">Documentation</String> - <String Id="ShortcutName">Python {{ShortVersion}} {{Bitness}} Manuals</String> + <String Id="ShortcutName">Python {{ShortVersion}} Manuals ({{Bitness}})</String> <String Id="ShortcutDescription">View the !(loc.ProductName) documentation.</String> </WixLocalization> |