From 04f98964ec0a93a643d57f03c9ad471e9de98c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 6 Jan 2014 12:55:28 +0100 Subject: [PATCH] End sentence with full stop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/DisplayResults.class.php | 4 ++-- libraries/structure.lib.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 807b86abb4..387d5356a4 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -4534,7 +4534,7 @@ class PMA_DisplayResults $pre_count = '~'; $after_count = PMA_Util::showHint( PMA_sanitize( - __('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]') + __('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc].') ) ); } else { @@ -6041,7 +6041,7 @@ class PMA_DisplayResults } /** - * Display binary columns as hex string if requested + * Display binary columns as hex string if requested * otherwise escape the contents using the best possible way * * @param string $content String to parse diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 3d9b913d06..e1b5abf3b6 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -768,7 +768,7 @@ function PMA_tableHeader($db_is_system_schema = false, $replication = false) .'' . PMA_sortableTableHeader(__('Rows'), 'records', 'DESC') . PMA_Util::showHint( PMA_sanitize( - __('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]') + __('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc].') ) ) . "\n" .'' . "\n";