Show only the number of the found toolchains.
[bertos.git] / wizard / BCpuPage.py
index 4a5fcf6fda2e8fdbc11623abf75b14c6d9b52e61..2b3a257aadce9db86475a3ab56ae71582501f6e8 100644 (file)
@@ -47,7 +47,7 @@ class BCpuPage(BWizardPage):
     
     def __init__(self):
         BWizardPage.__init__(self, UI_LOCATION + "/cpu_select.ui")
-        self.setTitle(self.tr("Select the CPU"))
+        self.setTitle(self.tr("Select the CPU on your board"))
         self.freq_modified = False
     
     ## Overloaded QWizardPage methods ##