diff --git a/libraries/TableSearch.class.php b/libraries/TableSearch.class.php index f952418410..adaa3f10f8 100644 --- a/libraries/TableSearch.class.php +++ b/libraries/TableSearch.class.php @@ -1268,12 +1268,12 @@ EOT; */ function _getSearchAndReplaceHTML() { - $htmlOutput = __('Find') - . ': '; - $htmlOutput .= __('Replace with') - . ': '; + $htmlOutput = __('Find:') + . ''; + $htmlOutput .= __('Replace with:') + . ''; - $htmlOutput .= __('Column') . ': '; for ($i = 0; $i < count($this->_columnNames); $i++) { $type = preg_replace('@\(.*@s', '', $this->_columnTypes[$i]); if ($GLOBALS['PMA_Types']->getTypeClass($type) == 'CHAR') {