diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php
index 94d8909e063..9d7d10b932a 100644
--- a/htdocs/admin/system/filecheck.php
+++ b/htdocs/admin/system/filecheck.php
@@ -171,8 +171,8 @@ if (! $error && $xml)
$out.='
';
$out.='| # | ';
$out.='' . $langs->trans("Constant") . ' | ';
- $out.='' . $langs->trans("ExpectedValue") . ' | ';
- $out.='' . $langs->trans("Value") . ' | ';
+ $out.='' . $langs->trans("ExpectedValue") . ' | ';
+ $out.='' . $langs->trans("Value") . ' | ';
$out.='
'."\n";
$i = 0;
@@ -192,8 +192,8 @@ if (! $error && $xml)
$out.='';
$out.='| '.$i.' | ' . "\n";
$out.=''.$constname.' | ' . "\n";
- $out.=''.$constvalue.' | ' . "\n";
- $out.=''.$valueforchecksum.' | ' . "\n";
+ $out.=''.$constvalue.' | ' . "\n";
+ $out.=''.$valueforchecksum.' | ' . "\n";
$out.="
\n";
}
@@ -239,7 +239,7 @@ if (! $error && $xml)
$out.='';
$out.='| # | ';
$out.='' . $langs->trans("Filename") . ' | ';
- $out.='' . $langs->trans("ExpectedChecksum") . ' | ';
+ $out.='' . $langs->trans("ExpectedChecksum") . ' | ';
$out.='
'."\n";
$tmpfilelist = dol_sort_array($file_list['missing'], 'filename');
if (is_array($tmpfilelist) && count($tmpfilelist))
@@ -251,7 +251,7 @@ if (! $error && $xml)
$out.='';
$out.='| '.$i.' | ' . "\n";
$out.=''.$file['filename'].' | ' . "\n";
- $out.=''.$file['expectedmd5'].' | ' . "\n";
+ $out.=''.$file['expectedmd5'].' | ' . "\n";
$out.="
\n";
}
}
@@ -273,8 +273,8 @@ if (! $error && $xml)
$out.='';
$out.='| # | ';
$out.='' . $langs->trans("Filename") . ' | ';
- $out.='' . $langs->trans("ExpectedChecksum") . ' | ';
- $out.='' . $langs->trans("CurrentChecksum") . ' | ';
+ $out.='' . $langs->trans("ExpectedChecksum") . ' | ';
+ $out.='' . $langs->trans("CurrentChecksum") . ' | ';
$out.='' . $langs->trans("Size") . ' | ';
$out.='' . $langs->trans("DateModification") . ' | ';
$out.='
'."\n";
@@ -288,8 +288,8 @@ if (! $error && $xml)
$out.='';
$out.='| '.$i.' | ' . "\n";
$out.=''.$file['filename'].' | ' . "\n";
- $out.=''.$file['expectedmd5'].' | ' . "\n";
- $out.=''.$file['md5'].' | ' . "\n";
+ $out.=''.$file['expectedmd5'].' | ' . "\n";
+ $out.=''.$file['md5'].' | ' . "\n";
$size = dol_filesize(DOL_DOCUMENT_ROOT.'/'.$file['filename']);
$totalsize += $size;
$out.=''.dol_print_size($size).' | ' . "\n";
@@ -299,8 +299,8 @@ if (! $error && $xml)
$out.='
';
$out.=' | ' . "\n";
$out.=''.$langs->trans("Total").' | ' . "\n";
- $out.=' | ' . "\n";
- $out.=' | ' . "\n";
+ $out.=' | ' . "\n";
+ $out.=' | ' . "\n";
$out.=''.dol_print_size($totalsize).' | ' . "\n";
$out.=' | ' . "\n";
$out.="
\n";
@@ -323,8 +323,8 @@ if (! $error && $xml)
$out.='';
$out.='| # | ';
$out.='' . $langs->trans("Filename") . ' | ';
- $out.='' . $langs->trans("ExpectedChecksum") . ' | ';
- $out.='' . $langs->trans("CurrentChecksum") . ' | ';
+ $out.='' . $langs->trans("ExpectedChecksum") . ' | ';
+ $out.='' . $langs->trans("CurrentChecksum") . ' | ';
$out.='' . $langs->trans("Size") . ' | ';
$out.='' . $langs->trans("DateModification") . ' | ';
$out.='
'."\n";
@@ -343,8 +343,8 @@ if (! $error && $xml)
$out.=' '.$form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helprm'.$i);
}
$out.='' . "\n";
- $out.=''.$file['expectedmd5'].' | ' . "\n";
- $out.=''.$file['md5'].' | ' . "\n";
+ $out.=''.$file['expectedmd5'].' | ' . "\n";
+ $out.=''.$file['md5'].' | ' . "\n";
$size = dol_filesize(DOL_DOCUMENT_ROOT.'/'.$file['filename']);
$totalsize += $size;
$out.=''.dol_print_size($size).' | ' . "\n";
@@ -354,8 +354,8 @@ if (! $error && $xml)
$out.='';
$out.=' | ' . "\n";
$out.=''.$langs->trans("Total").' | ' . "\n";
- $out.=' | ' . "\n";
- $out.=' | ' . "\n";
+ $out.=' | ' . "\n";
+ $out.=' | ' . "\n";
$out.=''.dol_print_size($totalsize).' | ' . "\n";
$out.=' | ' . "\n";
$out.="
\n";