# HG changeset patch # User koda # Date 1354393168 -3600 # Node ID 556e7027e9e1f668853b61eaa7b0b9fc5e062980 # Parent 2c233349df21116f23938dec60504e217c3378fd shorten tip diff -r 2c233349df21 -r 556e7027e9e1 QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Fri Nov 30 20:00:53 2012 -0500 +++ b/QTfrontend/ui/page/pagemain.cpp Sat Dec 01 21:19:28 2012 +0100 @@ -115,7 +115,7 @@ } else { - setDefautDescription(QLabel::tr("This development 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!")); + setDefautDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!")); } }