diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 16:44:05 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 16:44:05 -0500 |
commit | 8cc6d42d475c53396afaf972f03bee07ee4739bd (patch) | |
tree | ff70de39fc13210d28c609aa90ff93d35a9db359 /Tools/msi/exe/exe_en-US.wxl_template | |
parent | 187d9878e860b66d78bfd4c8d538130c72cc724a (diff) | |
parent | 81833b5e59153c758f894c851ad1ec4e7942c4b5 (diff) | |
download | cpython-8cc6d42d475c53396afaf972f03bee07ee4739bd.tar.gz |
Closes #23730: merge with 3.4
Diffstat (limited to 'Tools/msi/exe/exe_en-US.wxl_template')
-rw-r--r-- | Tools/msi/exe/exe_en-US.wxl_template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/msi/exe/exe_en-US.wxl_template b/Tools/msi/exe/exe_en-US.wxl_template new file mode 100644 index 0000000000..577fbe51a5 --- /dev/null +++ b/Tools/msi/exe/exe_en-US.wxl_template @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization"> + <String Id="Descriptor">Executables</String> + <String Id="ShortDescriptor">executable</String> + <String Id="ShortcutName">Python {{ShortVersion}} ({{Bitness}})</String> + <String Id="ShortcutDescription">Launches the !(loc.ProductName) interpreter.</String> +</WixLocalization> |