From b25e236a2eb4c308b8c4e45c7372b5a0742564b3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 23 Jul 2018 13:34:26 -0400 Subject: [PATCH] Slight change to wording of forward keypress help text --- src/fenrirscreenreader/commands/commands/forward_keypress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrirscreenreader/commands/commands/forward_keypress.py b/src/fenrirscreenreader/commands/commands/forward_keypress.py index 79d0d367..59eb438a 100644 --- a/src/fenrirscreenreader/commands/commands/forward_keypress.py +++ b/src/fenrirscreenreader/commands/commands/forward_keypress.py @@ -14,7 +14,7 @@ class command(): def shutdown(self): pass def getDescription(self): - return _('sends the following keypress to the terminal') + return _('sends the following keypress to the terminal or application') def run(self): self.env['input']['keyForeward'] = 3