Skip to content

Commit

Permalink
Add game versions to setup text
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 12, 2024
1 parent 27e652d commit 2f3906b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/Ninja.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

!define APP_FILE "Ninja"
!define APP_NAME "Ninja"
!define APP_COPY "Copyright © $%RYEARS% szapp"
!define APP_COPY "Copyright © $%RYEARS% Sören Zapp"
!define APP_LINK "$%NINJA_WEBSITE%"
!define APP_HELP "$%NINJA_WEBSITE%"

Expand Down Expand Up @@ -154,7 +154,7 @@ Page custom PageReinstall PageLeaveReinstall
; Configuration (uninstall)

!define MUI_WELCOMEPAGE_TITLE_3LINES
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the uninstallation of\r\n$(^Name).\r\n\r\nPlease close Gothic/Gothic II and any related tools, before continuing.\r\n\r\n$_CLICK"
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the uninstallation of\r\n$(^Name).\r\n\r\nPlease close Gothic and any related tools, before continuing.\r\n\r\n$_CLICK"
!define MUI_FINISHPAGE_NOREBOOTSUPPORT
!define MUI_FINISHPAGE_TITLE_3LINES
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
Expand Down Expand Up @@ -694,8 +694,8 @@ FunctionEnd

; Setup (directory validation)

LangString TextVerifyDir ${LANG_ENGLISH} "Choose the installation directory of 'Gothic' 1.08k or 'Gothic II - Night of the Raven' 2.6."
LangString TextVerifyDir ${LANG_GERMAN} "Wählen Sie das Verzeichnis aus, in welchem sich 'Gothic' 1.08k oder 'Gothic II - Die Nacht des Raben' 2.6 befindet."
LangString TextVerifyDir ${LANG_ENGLISH} "Choose the installation directory of 'Gothic' 1.08k_mod, 'Gothic Sequel' 1.12f, 'Gothic II' 1.30 or 'Gothic II - Night of the Raven' 2.6."
LangString TextVerifyDir ${LANG_GERMAN} "Wählen Sie das Verzeichnis aus, in welchem sich 'Gothic' 1.08k_mod, 'Gothic Sequel' 1.12f, 'Gothic II' 1.30 oder 'Gothic II - Die Nacht des Raben' 2.6 befindet."

Var VerifyMessageOnce

Expand Down

0 comments on commit 2f3906b

Please sign in to comment.