summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-11-28 17:16:36 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2021-11-28 17:16:36 -0500
commitc8e21a1957bab9c3c548c27a204eaf76d026c942 (patch)
tree50fa280b2d1fcadc667663e4d400cf4d1915caf4
parent63448e1028340de3efb7d805a3d2521859a3aad7 (diff)
downloadSensor-Watch-c8e21a1957bab9c3c548c27a204eaf76d026c942.tar.gz
Sensor-Watch-c8e21a1957bab9c3c548c27a204eaf76d026c942.tar.bz2
Sensor-Watch-c8e21a1957bab9c3c548c27a204eaf76d026c942.zip
movemment: tweak capitalization of some settings
-rw-r--r--movement/watch_faces/settings/preferences_face.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/movement/watch_faces/settings/preferences_face.c b/movement/watch_faces/settings/preferences_face.c
index 6c779811..ca2c4dbc 100644
--- a/movement/watch_faces/settings/preferences_face.c
+++ b/movement/watch_faces/settings/preferences_face.c
@@ -88,7 +88,7 @@ bool preferences_face_loop(movement_event_t event, movement_settings_t *settings
case 2:
switch (settings->bit.to_interval) {
case 0:
- watch_display_string("60 sec", 4);
+ watch_display_string("60 SeC", 4);
break;
case 1:
watch_display_string("2 n&in", 4);
@@ -104,7 +104,7 @@ bool preferences_face_loop(movement_event_t event, movement_settings_t *settings
case 3:
switch (settings->bit.le_interval) {
case 0:
- watch_display_string(" never", 4);
+ watch_display_string(" Never", 4);
break;
case 1:
watch_display_string("1 hour", 4);