From f89b2a3f32d0abe71f41f48a2fbc88e9fb408dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Mar 2012 14:47:12 +0100 Subject: [PATCH] Allow reordering of parameters --- libraries/Table.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) );