From c9a9e72c136234b3de0b8a50956ffe999025ed0d Mon Sep 17 00:00:00 2001 From: Steve Amor Date: Sun, 6 Jul 2025 10:22:12 +0100 Subject: Removes redundant words to save space --- src/displayapp/screens/WatchFaceAnalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/displayapp/screens/WatchFaceAnalog.h') diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 958ff64d..2c3946bf 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -91,7 +91,7 @@ namespace Pinetime { template <> struct WatchFaceTraits { static constexpr WatchFace watchFace = WatchFace::Analog; - static constexpr const char* name = "Analog face"; + static constexpr const char* name = "Analog"; static Screens::Screen* Create(AppControllers& controllers) { return new Screens::WatchFaceAnalog(controllers.dateTimeController, -- cgit v1.2.3-70-g09d2