diff --git a/libraries/Table.class.php b/libraries/Table.class.php index e5a11e508e..26911c8c49 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -382,7 +382,7 @@ class PMA_Table if (!array_key_exists($info, PMA_Table::$cache[$db][$table])) { if (! $disable_error) { trigger_error( - __('unknown table status: ') . $info, + __('Unknown table status:') . ' ' . $info, E_USER_WARNING ); } diff --git a/libraries/rte/rte_routines.lib.php b/libraries/rte/rte_routines.lib.php index 8b5949dca4..2055f4a9ac 100644 --- a/libraries/rte/rte_routines.lib.php +++ b/libraries/rte/rte_routines.lib.php @@ -1472,9 +1472,9 @@ function PMA_RTN_handleExecute() // output from the routine $message .= sprintf( _ngettext( - '%d row affected by the last statement inside the procedure', + '%d row affected by the last statement inside the procedure.', '%d rows affected by the last statement inside the ' - . 'procedure', + . 'procedure.', $affected ), $affected