From 2ce19f0f6cd52009a2b73e5644c3148d23f85b07 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Fri, 3 May 2024 03:04:30 -0700 Subject: [PATCH] Windows installer shortcut wording (#785) --- constructor/nsis/OptionsDialog.nsh | 2 +- news/785-wording-win-shortcuts | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 news/785-wording-win-shortcuts diff --git a/constructor/nsis/OptionsDialog.nsh b/constructor/nsis/OptionsDialog.nsh index ec67295a0..55824da22 100644 --- a/constructor/nsis/OptionsDialog.nsh +++ b/constructor/nsis/OptionsDialog.nsh @@ -77,7 +77,7 @@ Function mui_AnaCustomOptions_Show IntOp $5 0 + 0 ${If} "${ENABLE_SHORTCUTS}" == "yes" - ${NSD_CreateCheckbox} 0 0u 100% 11u "Create start menu shortcuts (supported packages only)." + ${NSD_CreateCheckbox} 0 0u 100% 11u "Create shortcuts (supported packages only)." IntOp $5 $5 + 11 Pop $mui_AnaCustomOptions.CreateShortcuts ${NSD_SetState} $mui_AnaCustomOptions.CreateShortcuts $Ana_CreateShortcuts_State diff --git a/news/785-wording-win-shortcuts b/news/785-wording-win-shortcuts new file mode 100644 index 000000000..03404ca7e --- /dev/null +++ b/news/785-wording-win-shortcuts @@ -0,0 +1,19 @@ +### Enhancements + +* + +### Bug fixes + +* + +### Deprecations + +* + +### Docs + +* + +### Other + +* Change wording for shortcut creation on Windows