Update marked_text.py

This commit is contained in:
chrys87 2016-08-24 16:18:33 +02:00 committed by GitHub
parent d2a55e2f65
commit 38baebec99

View File

@ -7,7 +7,7 @@ class command():
def run(self, environment):
if (environment['commandBuffer']['Marks']['1'] == None) or \
(environment['commandBuffer']['Marks']['2'] == None):
environment['runtime']['outputManager'].presentText(environment, "set a begin and a endmark", interrupt=True)
environment['runtime']['outputManager'].presentText(environment, "please set begin and endmark", interrupt=True)
return environment
# use the last first and the last setted mark as range