From 85899df568a8293ea4706287bad9b2011da72ea1 Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Thu, 3 Oct 2013 16:59:32 +0200 Subject: [PATCH] fix phpMyAdmin name --- libraries/error_report.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/error_report.lib.php b/libraries/error_report.lib.php index 17cf60b02a..e37345d2d6 100644 --- a/libraries/error_report.lib.php +++ b/libraries/error_report.lib.php @@ -234,9 +234,9 @@ function PMA_getErrorReportForm() { .'
'; $html .= '

' - . __('Phpmyadmin has encountered an error. We have collected data about' + . __('phpMyAdmin has encountered an error. We have collected data about' .' this error as well as information about relevant configuration' - .' settings to send to phpmyadmin for processing to help us in' + .' settings to send to phpMyAdmin for processing to help us in' .' debugging the problem') .'

';