From 500cc61dd16522a05f894e2334212e6f93a87389 Mon Sep 17 00:00:00 2001 From: jsiegle <jsiegle@mit.edu> Date: Fri, 30 Aug 2013 20:01:21 -0400 Subject: [PATCH] Change disclaimer on InfoLabel --- Source/UI/InfoLabel.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UI/InfoLabel.cpp b/Source/UI/InfoLabel.cpp index c07c26130..2f31a165a 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!" ; } -- GitLab