[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-4998-g929cb3d
Marc Delisle
lem9 at users.sourceforge.net
Thu Jun 23 12:34:06 CEST 2011
The branch, master has been updated
via 929cb3d63fa7bf4d2037e7ac15cfcc7f4b441bb3 (commit)
from c911e891a1a752dc6f3a3d2fffafc83a9a07c628 (commit)
- Log -----------------------------------------------------------------
commit 929cb3d63fa7bf4d2037e7ac15cfcc7f4b441bb3
Author: Marc Delisle <marc at infomarc.info>
Date: Thu Jun 23 06:33:39 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 da31e17..31c2194 100644
--- a/libraries/common.inc.php
+++ b/libraries/common.inc.php
@@ -585,7 +585,7 @@ require './libraries/select_lang.lib.php';
*/
if ($GLOBALS['PMA_Config']->error_config_file) {
$error = '<h1>' . __('Failed to read configuration file') . '</h1>'
- . _('This usually means there is a syntax error in it, please check any errors shown bellow.')
+ . _('This usually means there is a syntax error in it, please check any errors shown below.')
. '<br />'
. '<br />'
. '<iframe src="show_config_errors.php" />';
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list