more updates to help rewording.

This commit is contained in:
Storm Dragon
2018-08-02 21:22:07 -04:00
parent e28096b1c7
commit 933cf962f0
14 changed files with 18 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ class command():
def run(self):
if not self.env['commandBuffer']['Marks']['1']:
self.env['runtime']['outputManager'].presentText(_("No Mark found"), interrupt=True)
self.env['runtime']['outputManager'].presentText(_("No mark found"), interrupt=True)
return
currApp = self.env['runtime']['applicationManager'].getCurrentApplication()
self.env['commandBuffer']['bookMarks'][self.ID][currApp] = {}