@@ -246,7 +246,7 @@ WatchFaceAnalog::WatchFaceAnalog(Controllers::DateTime& dateTimeController,
246
246
lv_obj_align (btnClockStyle, lv_scr_act (), LV_ALIGN_CENTER, 0 , -10 );
247
247
lv_obj_set_style_local_bg_opa (btnClockStyle, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, LV_OPA_50);
248
248
lv_obj_t * lblClockStyle = lv_label_create (btnClockStyle, nullptr );
249
- lv_label_set_text_static (lblClockStyle, " Toggle 24h" );
249
+ lv_label_set_text_static (lblClockStyle, " 12h/ 24h" );
250
250
lv_obj_set_event_cb (btnClockStyle, event_handler);
251
251
lv_obj_set_hidden (btnClockStyle, true );
252
252
@@ -256,7 +256,7 @@ WatchFaceAnalog::WatchFaceAnalog(Controllers::DateTime& dateTimeController,
256
256
lv_obj_align (btnSecondHand, lv_scr_act (), LV_ALIGN_CENTER, 0 , 60 );
257
257
lv_obj_set_style_local_bg_opa (btnSecondHand, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, LV_OPA_50);
258
258
lv_obj_t * lblSecondHand = lv_label_create (btnSecondHand, nullptr );
259
- lv_label_set_text_static (lblSecondHand, " Seconds " );
259
+ lv_label_set_text_static (lblSecondHand, " seconds " );
260
260
lv_obj_set_event_cb (btnSecondHand, event_handler);
261
261
lv_obj_set_hidden (btnSecondHand, true );
262
262
0 commit comments