diff options
author | vdigital <vdigital@piwigo.org> | 2010-02-08 11:51:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2010-02-08 11:51:56 +0000 |
commit | 85c73d079452bc0c20fe663c1428ec7d7d737523 (patch) | |
tree | fd925a913e5c8b392bdc08880434c6f8f8be48b5 /plugins/admin_advices/admin_advices.php | |
parent | e1de0d6fafb4e22e90f9277b9f60baa8943e1228 (diff) |
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
Diffstat (limited to 'plugins/admin_advices/admin_advices.php')
-rw-r--r-- | plugins/admin_advices/admin_advices.php | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) { |