Version affected: 3.0.0 - 3.1-trunk
Bug confirmed on #phpMyAdmin by herc 21-10-08
The use of html entities in place of accented characters in the italian UTF-8 translation
lead to this (and possibly many others) issues:
DETAILS:
When requesting an action from the drop-down box, having selected one or more tables, no
action (delete table, empty table) is done.
Since no sql code is executed and no error is encountered, the green tick appears stating
that the query has been executed, but the sql code isn't reported.
FIX:
I have fixed this issue with my italian language file simply substituting all the html entities for accented characters (such as è) with the respective UTF-8 characters.
Proposed italian UTF-8 language file
Fixed in subversion, thanks for reporting.