From 4e6c992eafc2668db756a50726cc763811bab970 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Tue, 2 Jul 2024 13:37:44 -0400 Subject: [PATCH] update RadarSite text in the UI to 'Radar Site' --- scwx-qt/source/scwx/qt/types/location_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwx-qt/source/scwx/qt/types/location_types.cpp b/scwx-qt/source/scwx/qt/types/location_types.cpp index ca888332..f9df0189 100644 --- a/scwx-qt/source/scwx/qt/types/location_types.cpp +++ b/scwx-qt/source/scwx/qt/types/location_types.cpp @@ -15,7 +15,7 @@ namespace types static const std::unordered_map locationMethodName_ {{LocationMethod::Fixed, "Fixed"}, {LocationMethod::Track, "Track"}, - {LocationMethod::RadarSite, "RadarSite"}, + {LocationMethod::RadarSite, "Radar Site"}, {LocationMethod::County, "County"}, {LocationMethod::All, "All"}, {LocationMethod::Unknown, "?"}};