The branch, master has been updated via 7f41f94a0e93a8c2eaaabe3754f9ae3a9d7bb5e4 (commit) from 90c48f8696415f257d97dec8194568b0b4c0ca89 (commit)
- Log ----------------------------------------------------------------- commit 7f41f94a0e93a8c2eaaabe3754f9ae3a9d7bb5e4 Author: Marc Delisle marc@infomarc.info Date: Thu Oct 7 15:12:45 2010 -0400
gettext-style message
-----------------------------------------------------------------------
Summary of changes: db_structure.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/db_structure.php b/db_structure.php index 61934a2..c4a5517 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 '<p>' . $strNoTablesFound . '</p>' . "\n"; + echo '<p>' . __('No tables found in database') . '</p>' . "\n";
// Routines require './libraries/db_routines.inc.php';
hooks/post-receive