From e313c1f6b9936225ad0cb37d9247c98631ef94d9 Mon Sep 17 00:00:00 2001 From: Julian Foad Date: Fri, 10 May 2024 11:52:14 +0100 Subject: [PATCH] spelling: 'Analogue' --- src/displayapp/screens/WatchFaceAnalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index bc37510a..a045b322 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -93,7 +93,7 @@ namespace Pinetime { template <> struct WatchFaceTraits { static constexpr WatchFace watchFace = WatchFace::Analog; - static constexpr const char* name = "Analog face"; + static constexpr const char* name = "Analogue face"; static Screens::Screen* Create(AppControllers& controllers) { return new Screens::WatchFaceAnalog(controllers.dateTimeController,