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