From 25e9bb16984072899f9c921d17f7d6c9f1311732 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 27 Nov 2008 02:22:14 -0500 Subject: Reword the disclaimer in index.php. Signed-off-by: Loui Chang --- web/html/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/index.php b/web/html/index.php index a712e4d..d664086 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);
'; -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.'); ?>
-- cgit v1.2.3-54-g00ecf