diff --git a/oml/update.py b/oml/update.py index 6473363..b770e36 100644 --- a/oml/update.py +++ b/oml/update.py @@ -286,5 +286,5 @@ class Update(Thread): if self.install(): restart_oml() return - self.status('Restarting...', True) + self.status('Relaunching...', True) restart_oml()