diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 799c11d..4d88df6 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -429,7 +429,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

release 0.10 $Revision$

" + "

prerelease 0.11 $Revision$

" "

visit project at home page " "qlscribe.sourceforge.net

" ) ); }