diff --git a/db_structure.php b/db_structure.php index 61934a2b8..c4a55179d 100644 --- a/db_structure.php +++ b/db_structure.php @@ -56,7 +56,7 @@ require_once './libraries/build_action_titles.inc.php'; // 1. No tables if ($num_tables == 0) { - echo '

' . $strNoTablesFound . '

' . "\n"; + echo '

' . __('No tables found in database') . '

' . "\n"; // Routines require './libraries/db_routines.inc.php';