gnucash-htdocs master: fix prev. commit

Frank H.Ellenberger fell at code.gnucash.org
Thu Sep 19 06:41:54 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/961a26b1 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/8ae1624b (commit)



commit 961a26b1adbd0a5d337737ef1adec928bb2b520a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 19 12:41:31 2019 +0200

    fix prev. commit

diff --git a/download.phtml b/download.phtml
index 18caa83..c0495cc 100644
--- a/download.phtml
+++ b/download.phtml
@@ -41,7 +41,7 @@
       <p class="justify"><?php printf (T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <a href=\"%s\">Flatpak</a>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from"), $URL_FLATPAK)?></p>
       <p class="justify"><a href="<?php echo $URL_FLATHUB;?>"><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>
       // Translators: %s is the wiki url, change this only, if you created a localized instance of ...wiki/Flatpak
-      <p class"justify"><a>href="<?php printf (T_("%sFlatpak"), $URL_WIKI);?>"><?php printf (T_("Known Issues and other details ...");?></a></p>
+      <p class"justify"><a>href="<?php printf (T_("%sFlatpak"), $URL_WIKI);?>"><?php printf (T_("Known Issues and other details ..."));?></a></p>
     </li>
   </ul>
 



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



More information about the gnucash-changes mailing list