--- a/QTfrontend/pages.cpp Wed Jun 16 21:14:23 2010 +0200
+++ b/QTfrontend/pages.cpp Thu Jun 17 16:28:42 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()]);