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