version.py
changeset 1692 9cb4d1392baf
parent 1680 6db967480b7d
child 1706 b5c0a10145f1
--- a/version.py	Tue Jun 06 13:13:57 2017 +0300
+++ b/version.py	Tue Jun 06 14:21:53 2017 +0300
@@ -26,6 +26,16 @@
 import subprocess, os
 import util.paths as paths
 
+def GetCommunityHelpMsg():
+    return  _("The best place to ask questions about Beremiz/PLCOpenEditor\n"
+		     "is project's mailing list: beremiz-devel@lists.sourceforge.net\n"
+                     "\n"
+                     "This is the main community support channel.\n"
+                     "For posting it is required to be subscribed to the mailing list.\n"
+                     "\n"
+                     "You can subscribe to the list here:\n"
+                     "https://lists.sourceforge.net/lists/listinfo/beremiz-devel")
+
 def GetAppRevision():
     rev = None
     app_dir=paths.AbsDir(__file__)