From fb9d7f7572a2e83903eb34dea8f329963b9b1fe3 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 13 Jan 2016 23:16:09 +0530 Subject: [PATCH] wording --- oml/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()