Slight change to wording of forward keypress help text

This commit is contained in:
Storm Dragon 2018-07-23 13:34:26 -04:00
parent 453869e9af
commit b25e236a2e

View File

@ -14,7 +14,7 @@ class command():
def shutdown(self): def shutdown(self):
pass pass
def getDescription(self): def getDescription(self):
return _('sends the following keypress to the terminal') return _('sends the following keypress to the terminal or application')
def run(self): def run(self):
self.env['input']['keyForeward'] = 3 self.env['input']['keyForeward'] = 3