Modified the way the tables' number is displayed

This commit is contained in:
Loïc Chapeaux
2001-08-18 10:16:20 +00:00
parent 3e7b6edd76
commit 1a666dbf0f
25 changed files with 29 additions and 29 deletions

View File

@@ -287,5 +287,5 @@ $strGzip = '"gzipped"'; // To translate
$strNoModification = 'No change'; // To translate
$strOffSet = 'offset'; // To translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strTables = ' table(s) '; //to translate
$strTables = '%s table(s)'; //to translate
?>