[aur-dev] [PATCH] Make "Learn more..." translatable
Lukas Fleischer
lfleischer at archlinux.org
Sat Jun 13 14:39:46 UTC 2015
Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
web/html/home.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/html/home.php b/web/html/home.php
index 569f322..6b54af3 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -41,7 +41,7 @@ html_header( __("Home") );
<?= __('DISCLAIMER') ?>:
<?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.'); ?>
</p>
- <p class="readmore"><a href="https://wiki.archlinux.org/index.php/AUR">Learn more...</a></p>
+ <p class="readmore"><a href="https://wiki.archlinux.org/index.php/AUR"><?= __('Learn more...') ?></a></p>
</div>
<div id="news">
<h3><a><?= __('Support') ?></a><span class="arrow"></span></h3>
--
2.4.3
More information about the aur-dev
mailing list