gnucash-htdocs master: Move comment in php part

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


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



commit 317f124237e839b89100b21a5e36b2d6b50559da
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 19 12:46:05 2019 +0200

    Move comment in php part

diff --git a/download.phtml b/download.phtml
index c0495cc..8c13b33 100644
--- a/download.phtml
+++ b/download.phtml
@@ -40,8 +40,9 @@
     <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
       <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 
+        // Translators: %s is the wiki url, change this only, if you created a localized instance of ...wiki/Flatpak
+        printf (T_("%sFlatpak"), $URL_WIKI);?>"><?php printf (T_("Known Issues and other details ..."));?></a></p>
     </li>
   </ul>
 



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



More information about the gnucash-changes mailing list