Skip to content

Commit

Permalink
Correct capitalization of a message
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 26, 2014
1 parent 3ffad72 commit f8cc71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Table.class.php
Expand Up @@ -382,7 +382,7 @@ static public function sGetStatusInfo($db, $table, $info = null,
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
);
}
Expand Down

0 comments on commit f8cc71a

Please sign in to comment.