From 41e490affd72bbf2b323d25caaeefbc588436653 Mon Sep 17 00:00:00 2001
From: altalk23 <45172705+altalk23@users.noreply.github.com>
Date: Sat, 10 Feb 2024 17:16:13 +0300
Subject: [PATCH] add a node about the dll trademark

---
 installer/windows/Language Files/EnglishExtra.nsh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/installer/windows/Language Files/EnglishExtra.nsh b/installer/windows/Language Files/EnglishExtra.nsh
index 12107717..007e2f25 100644
--- a/installer/windows/Language Files/EnglishExtra.nsh	
+++ b/installer/windows/Language Files/EnglishExtra.nsh	
@@ -5,6 +5,7 @@
 ; 1. copy them from C:\Program Files (x86)\NSIS\Contrib\Language Files\*.nsh
 ; 2. copy the second line from uninstall text to install text and make it say "installation" instead of "uninstallation"
 ; 3. replace $(^NameDA) in second line with Geometry Dash
+; 4. do not translate "(the dll trademark)", since that is replaced with the actual dll text
 ${LangFileString} MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of $(^NameDA).$\r$\n$\r$\nBefore starting the installation, make sure Geometry Dash is not running.$\r$\n$\r$\n$_CLICK"
 ${LangFileString} MUI_UNTEXT_WELCOME_INFO_TEXT "Setup will guide you through the uninstallation of $(^NameDA).$\r$\n$\r$\nBefore starting the uninstallation, make sure Geometry Dash is not running.$\r$\n$\r$\n$_CLICK"
 !pragma warning default 6030