QTfrontend/pages.cpp
changeset 3515 3e8635f43972
parent 3498 1c74e277069c
child 3677 7d917b587547
--- 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()]);