diff --git a/Source/UI/InfoLabel.cpp b/Source/UI/InfoLabel.cpp
index c07c2613012f9eff156ebbb2c34718d69b635d03..2f31a165ae5539613e50caacda53cbb2fb5d2875 100755
--- a/Source/UI/InfoLabel.cpp
+++ b/Source/UI/InfoLabel.cpp
@@ -62,8 +62,9 @@ InfoLabel::InfoLabel()
                  "be glad to have some help down the road. If you'd like to be "
                  "added as a contributor, please get in touch with us at "
                  "http://open-ephys.org/contact\n \n"
-                 "DISCLAIMER: This software should be used for demonstration and testing purposes only. "
-                 "It is not fit for conducting scientific experiments of any kind."
+                 "DISCLAIMER: This software is still under development. We can't guarantee "
+                 "that it will work as expected, so be sure to thoroughly test any features "
+                 "you plan on using!"
                  ;
 
 }