spelling: 'Analogue'
This commit is contained in:
parent
628bbad683
commit
e313c1f6b9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue