From f3516cc755468753cae4bbae9a8ea5a636a48a6d Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub Date: Mon, 9 May 2022 21:21:17 +0200 Subject: [PATCH] minor: smaller string --- SleepTk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SleepTk.py b/SleepTk.py index a9455e6..496f357 100644 --- a/SleepTk.py +++ b/SleepTk.py @@ -327,7 +327,7 @@ class SleepTkApp(): draw.string("No alarm set", 0, 70) draw.string("data points: {} / {}".format(str(self._data_point_nb), str(self._data_point_nb * _FREQ // _STORE_FREQ)), 0, 110) if self._track_HR_once: - draw.string("(Currently tracking HR)", 0, 170) + draw.string("(ongoing)", 0, 170) if self._state_HR_tracking: draw.string("HR:{}".format(self._last_HR_printed), 160, 170) self.btn_off = widgets.Button(x=0, y=200, w=240, h=40, label="Stop")