From 85c73d079452bc0c20fe663c1428ec7d7d737523 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 8 Feb 2010 11:51:56 +0000 Subject: merge r4851 from branch 2.0 to trunk "s" removed in name, comments and translation Not done on keys, and directory git-svn-id: http://piwigo.org/svn/trunk@4852 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/admin_advices/admin_advices.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/admin_advices/admin_advices.php') diff --git a/plugins/admin_advices/admin_advices.php b/plugins/admin_advices/admin_advices.php index 42781cdd3..e3e542b95 100644 --- a/plugins/admin_advices/admin_advices.php +++ b/plugins/admin_advices/admin_advices.php @@ -40,13 +40,13 @@ function set_admin_advice_add_css() } } -// Build an advice on the Admin Intro page +// Build advice on the Admin Intro page function set_admin_advice() { global $page, $user, $template, $conf, $prefixeTable, $lang; $my_path = dirname(__FILE__).'/'; -// Include language advices +// Include language advice foreach ($conf as $key => $value) { if ( is_string($value) ) @@ -134,7 +134,7 @@ function set_admin_advice() ) ); -// If there is an advice +// If there is advice if ( $cond ) { -- cgit v1.2.3