[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-4997-gc911e89

The branch, master has been updated via c911e891a1a752dc6f3a3d2fffafc83a9a07c628 (commit) from 411c5bde0de3b77a24dfeef099d5126f87ddb21a (commit) - Log ----------------------------------------------------------------- commit c911e891a1a752dc6f3a3d2fffafc83a9a07c628 Author: Marc Delisle <marc@infomarc.info> Date: Thu Jun 23 06:32:09 2011 -0400 Typo ----------------------------------------------------------------------- Summary of changes: libraries/common.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 5bdb45e..da31e17 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -584,7 +584,7 @@ require './libraries/select_lang.lib.php'; * this check is done here after loading language files to present errors in locale */ if ($GLOBALS['PMA_Config']->error_config_file) { - $error = '<h1>' . __('Failed to to read configuration file') . '</h1>' + $error = '<h1>' . __('Failed to read configuration file') . '</h1>' . _('This usually means there is a syntax error in it, please check any errors shown bellow.') . '<br />' . '<br />' hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle