gnucash-htdocs master: another show_unstable; historical Mac name

Frank H.Ellenberger fell at code.gnucash.org
Sat Jul 4 14:15:58 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/7b0b680f (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/78e493e7 (commit)



commit 7b0b680fb77ec0443de73bc31da8e9b2547456bd
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Jul 4 20:15:44 2020 +0200

    another show_unstable; historical Mac name

diff --git a/download.phtml b/download.phtml
index aa3cf1e..717ba48 100644
--- a/download.phtml
+++ b/download.phtml
@@ -79,7 +79,7 @@
       
       <ul>
         <li><?php printf (T_("GnuCash %s for"), $old_stable)?> <a href="<?php echo $old_stable_path.$old_stable_win;?>">Microsoft Windows 7/8/10</a></li>
-        <li><?php printf (T_("GnuCash %s for"), $old_stable)?> <a href="<?php echo $old_stable_path.$old_stable_mac_intel;?>">Apple macOS >= 10.9 "Mavericks" (Intel PC)</a></li>
+        <li><?php printf (T_("GnuCash %s for"), $old_stable)?> <a href="<?php echo $old_stable_path.$old_stable_mac_intel;?>">Apple OS X >= 10.9 "Mavericks" (Intel PC)</a></li>
         <li><a href="<?php echo $old_stable_path.$old_stable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $old_stable)?></li>
       </ul>
   <?php } ?>
@@ -110,7 +110,7 @@
 
     <?php
       # Only show unstable download options if there is an active unstable release
-      if ($latest_unstable) { ?>
+      if ($show_unstable) { ?>
         <li><a href="<?php echo $latest_unstable_path;?>"><?php printf (T_("View all GnuCash %s downloads (unstable)"), $latest_unstable)?></a></li>
     <?php } ?>
   



Summary of changes:
 download.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list