diff options
| author | Steve Dower <steve.dower@microsoft.com> | 2015-02-05 22:08:48 -0800 |
|---|---|---|
| committer | Steve Dower <steve.dower@microsoft.com> | 2015-02-05 22:08:48 -0800 |
| commit | bb24087a2cbfb186b540cc71a74ec8c39c1ebe3a (patch) | |
| tree | 3b586e72b5744c4076a222e8f803a00d17b5f20f /Tools/msi/tcltk/tcltk_en-US.wxl_template | |
| parent | 7425f36ee74ccf5bfc2894aca6e6b86815894f98 (diff) | |
| download | cpython-git-bb24087a2cbfb186b540cc71a74ec8c39c1ebe3a.tar.gz | |
Issue #23260: Update Windows installer
Diffstat (limited to 'Tools/msi/tcltk/tcltk_en-US.wxl_template')
| -rw-r--r-- | Tools/msi/tcltk/tcltk_en-US.wxl_template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/msi/tcltk/tcltk_en-US.wxl_template b/Tools/msi/tcltk/tcltk_en-US.wxl_template new file mode 100644 index 0000000000..d0f8c10497 --- /dev/null +++ b/Tools/msi/tcltk/tcltk_en-US.wxl_template @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization"> + <String Id="Descriptor">Tcl/Tk Support</String> + <String Id="ShortDescriptor">tcltk</String> + <String Id="NoPython">No !(loc.ProductName) installation was detected.</String> + <String Id="ShortcutName">IDLE (Python {{ShortVersion}} {{Bitness}})</String> + <String Id="ShortcutDescription">Launches IDLE, the interactive environment for !(loc.ProductName).</String> +</WixLocalization> |
