]> git.earman.xyz Git - sensor-watch.git/commitdiff
movemment: tweak capitalization of some settings
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 28 Nov 2021 22:16:36 +0000 (17:16 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 28 Nov 2021 22:16:36 +0000 (17:16 -0500)
movement/watch_faces/settings/preferences_face.c

index 6c7798112e15249ad85ace6ee31c37bccd7535b5..ca2c4dbc73132d2186bdb9a32a6b3926615e447e 100644 (file)
@@ -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);