From 91c92605700ce336e8e7afc5042acfba7905b829 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sun, 2 Oct 2016 10:28:51 -0800 Subject: [PATCH] Edited phrasing --- src/fenrir-package/commands/commands/review_line_begin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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