diff --git a/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties b/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties
index d87fd3b2572e1ba8f367dd0ba2e85c17ef53dbff..4aa02b7c74b4dafb43bd88c5e36493186c034fa1 100644
--- a/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties
+++ b/JAVA/GUI/Plotter/PlotterConfig/src/plotter_config.properties
@@ -31,6 +31,6 @@
 FRAMEWORK         = nl.astron.lofar.java.gui.plotter.PlotSGTImpl
 #
 # The Data Access class to be used (Specify your implementation of IPlotDataAccess here)
-DATA_ACCESS_CLASS = Please put a customized plotter-config-***.jar file in your classpath BEFORE Plotter.jar! Contact the ASTRON SWE group if you need any help
+DATA_ACCESS_CLASS = Enter your data access class here (eg. nl.astron.lofar.sas.otb.util.plotter.PlotDataAccessParmDBImpl)
 # The Data Export class to be used (Specify your implementation of IPlotDataExport here)
-DATA_EXPORT_CLASS = Please put a customized plotter-config-***.jar file in your classpath BEFORE Plotter.jar! Contact the ASTRON SWE group if you need any help
+DATA_EXPORT_CLASS = Enter your data access class here (eg. nl.astron.lofar.sas.otb.util.plotter.PlotDataAccessParmDBImpl)