[aur-dev] [PATCH] Rename unsupported packages into AUR packages
Stefan Auditor
stefan.auditor at erdfisch.de
Mon Aug 17 11:23:27 UTC 2015
Fixes FS#45381.
Signed-off-by: Stefan Auditor <stefan.auditor at erdfisch.de>
---
web/html/home.php | 2 +-
web/template/cgit/footer.html | 2 +-
web/template/footer.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/html/home.php b/web/html/home.php
index 3252876..23f37fe 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -39,7 +39,7 @@ html_header( __("Home") );
</p>
<p class="important">
<?= __('DISCLAIMER') ?>:
- <?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.'); ?>
+ <?= __('AUR 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>
</div>
diff --git a/web/template/cgit/footer.html b/web/template/cgit/footer.html
index 80481d9..36e0f1b 100644
--- a/web/template/cgit/footer.html
+++ b/web/template/cgit/footer.html
@@ -1,6 +1,6 @@
<div id="footer">
<p>
Copyright © 2004-2014 aurweb Development Team –
- <strong>Unsupported packages are user produced content. Any use of the provided files is at your own risk.</strong>
+ <strong>AUR packages are user produced content. Any use of the provided files is at your own risk.</strong>
</p>
</div>
diff --git a/web/template/footer.php b/web/template/footer.php
index 068cc06..1b3c936 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -6,7 +6,7 @@
<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><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
+ <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>
</body>
--
2.5.0
More information about the aur-dev
mailing list