diff --git a/src/fenrir-package/commands/commands/review_line_begin.py b/src/fenrir-package/commands/commands/review_line_begin.py index 04dbb38f..61e17e46 100644 --- a/src/fenrir-package/commands/commands/review_line_begin.py +++ b/src/fenrir-package/commands/commands/review_line_begin.py @@ -27,7 +27,7 @@ class command(): self.env['runtime']['outputManager'].presentText("blank" ,interrupt=True) else: self.env['runtime']['outputManager'].presentText(currChar ,interrupt=True, ignorePunctuation=True, announceCapital=True) - self.env['runtime']['outputManager'].presentText("begin of line", interrupt=False) + self.env['runtime']['outputManager'].presentText("beginning of line", interrupt=False) def setCallback(self, callback): pass