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
This commit is contained in:
vdigital
2010-02-08 11:51:56 +00:00
parent e1de0d6faf
commit 85c73d0794
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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 )
{