chiark / gitweb /
Fix missing 'you' after 'followed'.
authorSimon Tatham <anakin@pobox.com>
Wed, 6 Dec 2023 19:03:26 +0000 (19:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 6 Dec 2023 19:03:26 +0000 (19:03 +0000)
text.py

diff --git a/text.py b/text.py
index 21172ac980216e5442e9b4fc7cd7cdd664308573..307a422ae20359684afb7a575e48dd9890b20f53 100644 (file)
--- a/text.py
+++ b/text.py
@@ -296,6 +296,8 @@ class NotificationLog:
 
         self.para = Paragraph()
         self.para.add(ColouredString(date + " " + sentence))
+        self.para.end_word()
+
         if want_content:
             for cpara in cparas:
                 self.para.add_para(cpara)