Skip to content

Commit

Permalink
Update download with new FlatHub button
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Apr 3, 2024
1 parent 3e8193a commit 9619b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul class="imagelist">
<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
<p class="justify"><?php printf (T_("An alternative to using your distribution's software manager is to use the Flatpak management system, which bundles all the necessary libraries for you. This can ease the installation of newer versions of GnuCash on older Linux machines. If you have <a href=\"%s\">Flatpak</a> installed, you can download any 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>
<p class="justify"><a href="<?php echo $URL_FLATHUB;?>"><img width='240' alt='Download on Flathub' src='https://flathub.org/api/badge?locale=<?=$locale?>'/></a></p>
<p class="justify"><a href="<?php
/* Translators: %s is the base url of the gnucash wiki, adjust this,
if a localized instance of the Flatpak page exists like "%sDe/Flatpak" */
Expand Down

0 comments on commit 9619b78

Please sign in to comment.