Index: tools/config.py
===================================================================
--- tools/config.py	(revision 939dfd70a7a0f73670ee999422ddeae17ecdd0f0)
+++ tools/config.py	(revision 96c939e265b831944227ac791c6cc930f14d0ae3)
@@ -81,4 +81,5 @@
 
     def menu(self, text, choices, button, defopt=None):
+        self.title = 'Main menu'
         menu = []
         for key, descr in choices:
@@ -178,4 +179,5 @@
 
     def menu(self, text, choices, button, defopt=None):
+        self.title = 'Main menu'
         text = text + ':'
         width = '70'
