Skip to content

Commit

Permalink
Windows installer shortcut wording (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters authored May 3, 2024
1 parent 1563c60 commit 2ce19f0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/nsis/OptionsDialog.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions news/785-wording-win-shortcuts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* Change wording for shortcut creation on Windows

0 comments on commit 2ce19f0

Please sign in to comment.