WIP memoryManager

This commit is contained in:
chrys 2017-11-05 15:42:04 +01:00
parent 42e620405a
commit 4b30e9894c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class command():
def shutdown(self):
pass
def getDescription(self):
return _('copies last presented text to the currently selected clipboard')
return _('copies last presented text to the clipboard')
def run(self):
lastEcho = self.env['runtime']['outputManager'].getLastEcho()

View File

@ -15,7 +15,7 @@ class command():
def shutdown(self):
pass
def getDescription(self):
return _('copies last presented text to the currently selected clipboard')
return _('copies last presented text to the clipboard')
def run(self):
lastEcho = self.env['runtime']['outputManager'].getLastEcho()