gnucash-htdocs master: Fix 4.0 Mac version in download page

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


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/efabb00b (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/8c1b4c42 (commit)



commit efabb00b8e7fbcff646137d1fc7e804266661599
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Jul 4 19:15:06 2020 +0200

    Fix 4.0 Mac version in download page

diff --git a/download.phtml b/download.phtml
index c59f721..83555c9 100644
--- a/download.phtml
+++ b/download.phtml
@@ -20,7 +20,7 @@
   <h3><?php echo T_("Installers")?></h3>
   <ul class="imagelist">
     <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/windows.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_win;?>">Microsoft Windows 7/8/10</a></li>
-    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_mac_intel;?>">Apple macOS >= 10.9 "Mavericks" (Intel PC)</a></li>
+    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_mac_intel;?>">Apple macOS >= 10.13 "High Sierra"</a></li>
   </ul>
 
   <a id="distribution"></a><h3>Linux</h3>



Summary of changes:
 download.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list