use i10n for error message

Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
Sven Strickroth 2011-08-04 01:31:30 +02:00 committed by Madhura Jayaratne
parent a11a782cb6
commit ed45a8e1f5

View File

@ -300,7 +300,7 @@ class PMA_Table
if (! isset(PMA_Table::$cache[$db][$table][$info])) {
if (! $disable_error) {
trigger_error('unknown table status: ' . $info, E_USER_WARNING);
trigger_error(__('unknown table status: ') . $info, E_USER_WARNING);
}
return false;
}