From 2aea05c1bf995e9f12f346cea38df9286ef9a502 Mon Sep 17 00:00:00 2001
From: Fedja Beader <fedja@protonmail.ch>
Date: Thu, 19 Sep 2024 22:09:47 +0000
Subject: Rename server types - Test_User spent time figuring out why herc
 doesen't work for ML

Squashed with:
* Sync with last comment (Evol->Evol2)

* Another rename, to reflect TMW->Manasource rebrand (maybe?)

****
mana/plus!79
---
 src/gui/models/typelistmodel.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gui/models/typelistmodel.h b/src/gui/models/typelistmodel.h
index a06aeda51..52b9afeed 100644
--- a/src/gui/models/typelistmodel.h
+++ b/src/gui/models/typelistmodel.h
@@ -55,17 +55,17 @@ class TypeListModel final : public ListModel
         {
 #ifdef TMWA_SUPPORT
             if (elementIndex == 0)
-                return "TmwAthena";
+                return "TMW Athena";
             else if (elementIndex == 1)
                 return "Hercules";
             else if (elementIndex == 2)
-                return "Evol2";
+                return "Evol2 Hercules";
             else
 #else   // TMWA_SUPPORT
             if (elementIndex == 0)
                 return "Hercules";
             else if (elementIndex == 1)
-                return "Evol2";
+                return "Evol2 Hercules";
             else
 #endif  // TMWA_SUPPORT
                 return "Unknown";
-- 
cgit v1.2.3-70-g09d2