From c328be44123babf1b5f1226a149b8555694ad26c Mon Sep 17 00:00:00 2001 From: Lorenz Cuno Klopfenstein <lck@klopfenstein.net> Date: Tue, 24 Sep 2019 12:27:36 +0200 Subject: [PATCH] Grammar check --- sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py index c92be18..714d315 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py @@ -35,7 +35,7 @@ def on_bored(): def on_motivated(reward): - return 'This is best day\nof my life!' + return 'This is the best\nday of my life!' def on_demotivated(reward):