From 7f41f94a0e93a8c2eaaabe3754f9ae3a9d7bb5e4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 7 Oct 2010 15:12:45 -0400 Subject: [PATCH] gettext-style message --- db_structure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';