move finish button text to right category
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5272 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2f4d9ad346
commit
817bb33921
57 changed files with 57 additions and 228 deletions
|
@ -13,10 +13,6 @@
|
|||
${LangFileString} MUI_UNTEXT_WELCOME_INFO_TEXT "This wizard will guide you through the uninstallation of $(^NameDA).$\r$\n$\r$\nBefore starting the uninstallation, make sure $(^NameDA) is not running.$\r$\n$\r$\n$_CLICK"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_WELCOMEPAGE | MUI_UNWELCOMEPAGE
|
||||
${LangFileString} MUI_BUTTONTEXT_FINISH "&Finish"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_LICENSEPAGE
|
||||
${LangFileString} MUI_TEXT_LICENSE_TITLE "License Agreement"
|
||||
${LangFileString} MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^NameDA)."
|
||||
|
@ -101,6 +97,7 @@
|
|||
${LangFileString} MUI_TEXT_FINISH_REBOOTLATER "I want to manually reboot later"
|
||||
${LangFileString} MUI_TEXT_FINISH_RUN "&Run $(^NameDA)"
|
||||
${LangFileString} MUI_TEXT_FINISH_SHOWREADME "&Show Readme"
|
||||
${LangFileString} MUI_BUTTONTEXT_FINISH "&Finish"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_STARTMENUPAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue