diff --git a/libraries/import/ods.php b/libraries/import/ods.php index ab9729b5f2..fc1c1778c4 100644 --- a/libraries/import/ods.php +++ b/libraries/import/ods.php @@ -73,8 +73,7 @@ unset($buffer); if ($xml === false) { $sheets = array(); - /* TODO: this message should be improved later, used existing because of string freeze */ - $message = PMA_Message::error(__('Error in Processing Request')); + $message = PMA_Message::error(__('The XML file specified was either malformed or incomplete. Please correct the issue and try again.')); $error = true; } else { $sheets = $xml->children('office', true)->{'body'}->{'spreadsheet'}->children('table', true); diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 19a86c8e0b..a2b594be96 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -67,7 +67,7 @@ h2 a img{display:inline;} } #table_results td.data { -border-right: 1px solid #444444; +border-right: 1px solid #BBBBBB; } h3 {