From b2adc2ac540a535c202d475f8939efb1e3919b41 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 8 Feb 2010 11:49:34 +0000 Subject: "s" removed in name, comments and translation Not done on keys, and directory git-svn-id: http://piwigo.org/svn/branches/2.0@4851 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