gnucash-htdocs master: One missed rename

Frank H.Ellenberger fell at code.gnucash.org
Sat Jul 4 12:49:31 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/1478c047 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d35d6ed4 (commit)



commit 1478c04706c9287b398d6ddb654402aa7a99d60c
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Jul 4 18:49:24 2020 +0200

    One missed rename

diff --git a/index.phtml b/index.phtml
index b886c38..21a7c7e 100644
--- a/index.phtml
+++ b/index.phtml
@@ -30,7 +30,7 @@
       </div>
 
       <div style="float:left;">
-        <p><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), $last_stable_win7_version);?></p>
+        <p><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), $last_win7_version);?></p>
         <p><?php printf (T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."),
                   $last_xp_vista_version);?></p>
       </div>



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



More information about the gnucash-changes mailing list