1
0
Fork 0

spelling: 'Analogue'

This commit is contained in:
Julian Foad 2024-05-10 11:52:14 +01:00
parent 628bbad683
commit e313c1f6b9

View file

@ -93,7 +93,7 @@ namespace Pinetime {
template <>
struct WatchFaceTraits<WatchFace::Analog> {
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,