Small typo in language file
Posted: Thu Feb 19, 2009 8:50 am
On line 247 of lang/en.ini under Dataface_Details_Controller, the line
should be changed to:
$found of $total
..Steve
- Code: Select all
;; Dataface_Details_Controller
found x records in table y = "<b>Found</b> $found or $total records in table <b><i>$table</i></b><br><b>Now Showing</b> $cursor of $found"
should be changed to:
$found of $total
..Steve