diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-13 16:39:32 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-14 17:58:55 +0200 |
commit | 19ee268935de2befc68fc245555cfc5ba7951062 (patch) | |
tree | f35a2dd6e4708aeb37d0016a129fb979e3cb44e8 | |
parent | cc6c7a1caa5abc4567bcc9ffaaf4261c18c35668 (diff) | |
download | aurweb-19ee268935de2befc68fc245555cfc5ba7951062.tar.xz |
Make "Learn more..." translatable
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r-- | web/html/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |