From 668820ef5ade329b9caf99d77827adf7c0869862 Mon Sep 17 00:00:00 2001 From: mashuptwice Date: Sun, 28 Aug 2022 14:08:04 +0200 Subject: Edit all occurences of "watchface" to "watch face" --- src/components/ble/weather/WeatherData.h | 6 +++--- src/displayapp/screens/WatchFacePineTimeStyle.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/components/ble/weather/WeatherData.h b/src/components/ble/weather/WeatherData.h index 613d5acb..1a995eb9 100644 --- a/src/components/ble/weather/WeatherData.h +++ b/src/components/ble/weather/WeatherData.h @@ -239,7 +239,7 @@ namespace Pinetime { * In order to represent bursts of wind instead of constant wind, * you have minimum and maximum speeds. * - * As direction can fluctuate wildly and some watchfaces might wish to display it nicely, + * As direction can fluctuate wildly and some watch faces might wish to display it nicely, * we're following the aerospace industry weather report option of specifying a range. */ class Wind : public TimelineHeader { @@ -283,7 +283,7 @@ namespace Pinetime { * as it usually is, but it could change during a trip for ex. * so we allow changing it dynamically. * - * Location info can be for some kind of map watchface + * Location info can be for some kind of map watch face * or daylight calculations, should those be required. * */ @@ -331,7 +331,7 @@ namespace Pinetime { * * These events are a bit more complex because the topic is not simple, * the intention is to heavy-lift the annoying preprocessing from the watch - * this allows watchface or watchapp makers to generate accurate alerts and graphics + * this allows watch face or watchapp makers to generate accurate alerts and graphics * * If this needs further enforced standardization, pull requests are welcome */ diff --git a/src/displayapp/screens/WatchFacePineTimeStyle.cpp b/src/displayapp/screens/WatchFacePineTimeStyle.cpp index 9ccb2e72..b6b3f5a9 100644 --- a/src/displayapp/screens/WatchFacePineTimeStyle.cpp +++ b/src/displayapp/screens/WatchFacePineTimeStyle.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * PineTimeStyle watchface for Infinitime created by Kieran Cawthray + * PineTimeStyle watch face for Infinitime created by Kieran Cawthray * Based on WatchFaceDigital * Style/layout copied from TimeStyle for Pebble by Dan Tilden (github.com/tilden) */ -- cgit v1.2.3