Merge branch 'QA_4_0' of github.com:phpmyadmin/phpmyadmin into QA_4_0

This commit is contained in:
Marc Delisle 2013-06-24 07:58:55 -04:00
commit fae5e7d992

View File

@ -179,7 +179,7 @@ class ImportOds extends ImportPlugin
if (empty($root)) {
$sheets = array();
$message = PMA_Message::error(
__('Could not parse OpenDocument Spreasheet!')
__('Could not parse OpenDocument Spreadsheet!')
);
$error = true;
} else {