diff --git a/libraries/Table.class.php b/libraries/Table.class.php index baf3281150..b905a55909 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -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) );