From 276b17979e4eb8ec0485e20c8006f454658097a2 Mon Sep 17 00:00:00 2001 From: minacode Date: Thu, 20 Oct 2022 14:55:07 +0200 Subject: added punctuation --- src/systemtask/SystemTask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index 2232f56b..71eaf4d9 100644 --- a/src/systemtask/SystemTask.cpp +++ b/src/systemtask/SystemTask.cpp @@ -426,9 +426,9 @@ void SystemTask::Work() { break; case Messages::LowBattery: { Pinetime::Controllers::NotificationManager::Notification notif; - std::array message {"Low Battery\0Charge your watch to prevent data loss\0"}; + std::array message {"Low Battery\0Charge your watch to prevent data loss.\0"}; notif.message = message; - notif.size = 52; + notif.size = 53; notif.category = Pinetime::Controllers::NotificationManager::Categories::SimpleAlert; notificationManager.Push(std::move(notif)); PushMessage(Messages::OnNewNotification); -- cgit v1.2.3