commit 83c438405367324e00e15d39f7ee82e2f467f2f6
parent b90123aca09f6ed435934d6d17f75fef32705bec
Author: Mohammed Anas <triallax@tutanota.com>
Date: Fri, 8 Apr 2022 23:51:44 +0300
Make a small grammar fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -18,5 +18,5 @@ static Timers timers[] = {
{ 300, "Time to start resting!"},
{ 1500, "Time to start working!"},
{ 300, "Time to start resting!"},
- { 900, "Time to take some nap!"},
+ { 900, "Time to take a nap!" },
};