diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-10-17 11:58:27 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-10-17 17:31:48 +0200 |
commit | fd6ba76431c428679f964fef8f82912efad680f5 (patch) | |
tree | e43430ac7c3f16f66b9d160f65e5b84820acccff /web/template/footer.php | |
parent | 34800e5ecf985cb22987ed8acbd0584c3bb4a4fa (diff) | |
download | aurweb-fd6ba76431c428679f964fef8f82912efad680f5.tar.xz |
Make copyright notice translatable
Fixes FS#46747.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/footer.php')
-rw-r--r-- | web/template/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index 1b3c936..7e505a3 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 © 2004-<?= date("Y") ?> aurweb Development Team.</p> + <p><?= __('Copyright %s 2004-%d aurweb Development Team.', '©', date('Y'))</p> <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p> </div> </div> |