summaryrefslogtreecommitdiff
path: root/apps/plugins/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/clock.c')
-rw-r--r--apps/plugins/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c
index 010e293bac..dfc5fd7163 100644
--- a/apps/plugins/clock.c
+++ b/apps/plugins/clock.c
@@ -1418,10 +1418,10 @@ void confirm_reset(void)
1418 if(result == 1) /* reset! */ 1418 if(result == 1) /* reset! */
1419 { 1419 {
1420 reset_settings(); 1420 reset_settings();
1421 rb->splash(HZ, true, "Settings reset!"); 1421 rb->splash(HZ, "Settings reset!");
1422 } 1422 }
1423 else 1423 else
1424 rb->splash(HZ, true, "Settings NOT reset."); 1424 rb->splash(HZ, "Settings NOT reset.");
1425} 1425}
1426 1426
1427/************************************ 1427/************************************
@@ -1449,7 +1449,7 @@ void general_settings(void)
1449 1449
1450 case 1: 1450 case 1:
1451 save_settings(false); 1451 save_settings(false);
1452 rb->splash(HZ, true, "Settings saved"); 1452 rb->splash(HZ, "Settings saved");
1453 break; 1453 break;
1454 1454
1455 case 2: 1455 case 2: