summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-10-17 11:58:27 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-10-17 17:31:48 +0200
commitfd6ba76431c428679f964fef8f82912efad680f5 (patch)
treee43430ac7c3f16f66b9d160f65e5b84820acccff
parent34800e5ecf985cb22987ed8acbd0584c3bb4a4fa (diff)
downloadaur-fd6ba76431c428679f964fef8f82912efad680f5.tar.gz
aur-fd6ba76431c428679f964fef8f82912efad680f5.tar.xz
Make copyright notice translatable
Fixes FS#46747. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/template/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 1b3c9363..7e505a33 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -5,7 +5,7 @@
<?php if ($ver): ?>
<p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<?php endif; ?>
- <p>Copyright &copy; 2004-<?= date("Y") ?> aurweb Development Team.</p>
+ <p><?= __('Copyright %s 2004-%d aurweb Development Team.', '&copy;', date('Y'))</p>
<p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>