From 5d0b664ed2772e4fa3483e0f07bcbc67af8d052c Mon Sep 17 00:00:00 2001
From: JG <it@hgw-tornesch.de>
Date: Fri, 13 May 2022 08:36:51 +0200
Subject: [PATCH] =?UTF-8?q?Fixed=20spelling=20mistake=20&=20updated=20proc?=
 =?UTF-8?q?ess=20doc:=20-=20"of=20course"=20is=20of=20course=20written=20"?=
 =?UTF-8?q?of=20course",=20not=20"of=20cause"=20^^"=20-=20UnitPanel=20modc?=
 =?UTF-8?q?ompat=20is=20automated=20now=20=F0=9F=8E=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Civ V Modpack UI Converter/Converter.py       | 4 ++--
 Civ V Modpack UI Converter/LegacyConverter.py | 4 ++--
 Civ V Modpack UI Converter/Process.txt        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Civ V Modpack UI Converter/Converter.py b/Civ V Modpack UI Converter/Converter.py
index b4330b4..f5318bd 100644
--- a/Civ V Modpack UI Converter/Converter.py	
+++ b/Civ V Modpack UI Converter/Converter.py	
@@ -1,6 +1,6 @@
 ########################################################################
 #                                                                      #
-# © 2021 - MPL 2.0 - Rsge - v2.1.1                                     #
+# © 2021 - MPL 2.0 - Rsge - v2.1.2                                     #
 # https://github.com/Rsge/Civ-V-EUI-Modpack-Converter                  #
 #                                                                      #
 # WINDOWS ONLY!                                                        #
@@ -27,7 +27,7 @@ vanilla_packs_folder = "zz_Vanilla_Versions"
 
 #----------------------------------------------------#
 # Don't change anything after here                   #
-# [except if you know what you're doing of cause ;)] #
+# [except if you know what you're doing of course ;)] #
 #----------------------------------------------------#
 
 # Imports
diff --git a/Civ V Modpack UI Converter/LegacyConverter.py b/Civ V Modpack UI Converter/LegacyConverter.py
index c1cc766..123566a 100644
--- a/Civ V Modpack UI Converter/LegacyConverter.py	
+++ b/Civ V Modpack UI Converter/LegacyConverter.py	
@@ -1,6 +1,6 @@
 ########################################################################
 #                                                                      #
-# © 2021 - MPL 2.0 - Rsge - v1.0.2                                     #
+# © 2021 - MPL 2.0 - Rsge - v1.0.3                                     #
 # https://github.com/Rsge/Civ-V-EUI-Modpack-Converter                  #
 #                                                                      #
 # WINDOWS ONLY!                                                        #
@@ -44,7 +44,7 @@ unit_panel_modcompat_file_names = ["EvilSpiritsMission.lua",
 
 #----------------------------------------------------#
 # Don't change anything after here                   #
-# [except if you know what you're doing of cause ;)] #
+# [except if you know what you're doing of course ;)] #
 #----------------------------------------------------#
 
 # Imports
diff --git a/Civ V Modpack UI Converter/Process.txt b/Civ V Modpack UI Converter/Process.txt
index a2f94cf..ed4de1b 100644
--- a/Civ V Modpack UI Converter/Process.txt	
+++ b/Civ V Modpack UI Converter/Process.txt	
@@ -9,13 +9,13 @@ Add "ContextPtr:LoadNewContext"-Parts from old UI and mod files to UI_bc1 in:
 	CityView.lua
 	InGame.lua
 	LeaderHeadRoot.lua
-	UnitPanel.lua - manually, e.g.:
+	UnitPanel.lua, e.g.:
 		EvilSpiritsMission (Touhou - Evil Spirits)
 		THTanukiMission (Touhou - Tanuki)
 Move UI_bc1 folder to modpack folder
 Delete:
 	Default UI folder
-	Duplicate UI files in mods - e.g.:
+	Duplicate UI files in mods, e.g.:
 		BNW Mass Effect (v 7)\Dummy Building Folder\CivilopediaScreen.lua
 		BNW Mass Effect (v 7)\Dummy Building Folder\CityView.lua
 		Touhou - Evil Spirits (v 2)\Lua\UnitPanel.lua
-- 
GitLab