gnucash-htdocs master: Fix comment of last commit

Frank H.Ellenberger fell at code.gnucash.org
Tue Apr 28 11:35:43 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/93745a30 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/ce9d5f0c (commit)



commit 93745a308035f6d778fe2477ea929e250d0d3b29
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Apr 28 17:15:16 2020 +0200

    Fix comment of last commit

diff --git a/externals/global_params.php b/externals/global_params.php
index 7e8974e..1c562c4 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -17,7 +17,7 @@
      $major_latest_unstable		="3";
      $minor_latest_unstable		="902";
      $latest_unstable           = $major_latest_unstable.".".$minor_latest_unstable;
-// When there's an unstable release going on uncomment the line setting it to false.
+// When there's no unstable release going on uncomment the next line.
 //     $latest_unstable           = False;
      $latest_unstable_win       = $latest_unstable;
      $latest_unstable_mac_intel = $latest_unstable."-1";



Summary of changes:
 externals/global_params.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list