Index: tools/config.py
===================================================================
--- tools/config.py	(revision 9371c301116efcd366e21f4bc55ae2528b3fbbec)
+++ tools/config.py	(revision 2d93f1f9242c39f6e8a125f6fc3f2297727f4f04)
@@ -40,5 +40,5 @@
     def print_title(self):
         if not self.printed:
-            sys.stdout.write("*** %s ***\n" % self.title)
+            sys.stdout.write("\n*** %s ***\n" % self.title)
             self.printed = True
 
@@ -313,5 +313,5 @@
             # Last comment before question will be displayed to the user
             comment = line[1:].strip()
-        elif line.startswith('##'):
+        elif line.startswith('## '):
             # Set title of the dialog window
             dlg.set_title(line[2:].strip())
