Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-03-14 14:47:30 +01:00
commit 348137168b

View File

@ -1254,7 +1254,7 @@ class PMA_Table
}
$this->messages[] = sprintf(
__('Table %s has been renamed to %s'),
__('Table %1$s has been renamed to %2$s.'),
htmlspecialchars($old_name),
htmlspecialchars($new_name)
);