diff -r 59dbd31e9953 -r 3e8635f43972 QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Thu Jun 17 20:30:39 2010 +0200 +++ b/QTfrontend/pages.cpp Thu Jun 17 20:37:49 2010 +0200 @@ -122,7 +122,7 @@ if(isDevBuild) - mainNote->setText(QLabel::tr("This SVN build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!")); + mainNote->setText(QLabel::tr("This HG build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!")); else mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);