diff options
| -rw-r--r-- | tools/designer/designer/mainwindow.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index 99819acba..3c837a9da 100644 --- a/tools/designer/designer/mainwindow.cpp +++ b/tools/designer/designer/mainwindow.cpp @@ -876,7 +876,7 @@ void MainWindow::helpRegister()      TQProcess process( command + " www.trolltech.com/products/download/eval/evaluation.html" );      if ( !process.start() )  	TQMessageBox::information( this, "Register TQt", "Launching your web browser failed.\n" -	"To TQt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" ); +	"To register TQt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" );  #endif  }  | 
