From 7411955ede8fdf1157a4851115b4e882ac1a5151 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sun, 26 Dec 2021 10:44:05 +0100 Subject: [PATCH] fix a typo --- src/PlugIn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlugIn.cpp b/src/PlugIn.cpp index c82d492..ba21b27 100644 --- a/src/PlugIn.cpp +++ b/src/PlugIn.cpp @@ -272,7 +272,7 @@ void PlugIn::validateBackendData() { this->m_compatible = true; - this->DisplayUserMessage(PLUGIN_NAME, "INFO", "Reloaded AMAN-configuration", true, true, false, false, false); + this->DisplayUserMessage(PLUGIN_NAME, "INFO", "Loaded AMAN-configuration", true, true, false, false, false); } EuroScopePlugIn::CRadarScreen* PlugIn::OnRadarScreenCreated(const char* displayName, bool needsRadarContent, bool geoReferenced,