diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-11-27 08:22:14 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-17 18:58:16 +0100 |
commit | 25e9bb16984072899f9c921d17f7d6c9f1311732 (patch) | |
tree | ae0049934a1e436cb02fe2c6ebd79260eb697080 /web/html | |
parent | 193a5c66cb2662c9aa6acc9977711358a1c14097 (diff) | |
download | aur-25e9bb16984072899f9c921d17f7d6c9f1311732.tar.gz aur-25e9bb16984072899f9c921d17f7d6c9f1311732.tar.xz |
Reword the disclaimer in index.php.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php index a712e4d1..d6640861 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -2,7 +2,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); -# Add to handle the i18n of My Packages +include('index_po.inc'); include("pkgfuncs_po.inc"); include("aur.inc"); include('stats.inc'); @@ -73,7 +73,7 @@ general_stats_table($dbh); <br /> <div class="important"><?php echo __('DISCLAIMER') . ':<br />'; -echo __('Unsupported PKGBUILDs are user produced content. Any use of files is at your own risk.'); +echo __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.'); ?></div> </div> |