changeset 111:7783bbb99887

* Update version for pre1
author Chris Cannam
date Thu, 01 Mar 2007 17:26:01 +0000
parents d25ea0c2af5c
children 18b0a43155ae
files main/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Thu Mar 01 15:35:27 2007 +0000
+++ b/main/MainWindow.cpp	Thu Mar 01 17:26:01 2007 +0000
@@ -4403,7 +4403,7 @@
 
     aboutText += tr("<h3>About Sonic Visualiser</h3>");
     aboutText += tr("<p>Sonic Visualiser is a program for viewing and exploring audio data for<br>semantic music analysis and annotation.</p>");
-    aboutText += tr("<p>%1 : %2 build</p>")
+    aboutText += tr("<p>%1 : %2 configuration</p>")
         .arg(version)
         .arg(debug ? tr("Debug") : tr("Release"));