diff --git a/src/sakia/main.py b/src/sakia/main.py
index 31caa88291ebfe267aa27eb176a1e1f2f73a17e4..c8ca67b9e5e1001e652bd4332bbe34fb4099956a 100755
--- a/src/sakia/main.py
+++ b/src/sakia/main.py
@@ -101,7 +101,8 @@ if __name__ == '__main__':
         app.start_coroutines()
         try:
             if not app.blockchain_service.initialized():
-                box = QMessageBox("Initializing Sakia")
+                box = QMessageBox()
+                box.setWindowTitle("Initialization")
                 box.setText("Connecting to the network...")
                 wFlags = box.windowFlags();
                 if Qt.WindowCloseButtonHint == (wFlags & Qt.WindowCloseButtonHint):