Hi!
This is a really minor issue. A user reported to us that when browsing pma with images turned off in the browser, many strings in the interface are duplicated.
For example the top menu looks like this:
StructureStructure SQLSQL SearchSearch QueryQuery ExportExport BadgerBadger
This is because they're prefixed with an icon that has the same ALT text. I think in the cases where an icon just "illustrates" the text after it, it is hence better to set it to alt="".
It's easily reproduced in Firefox through turning off Preferences -> Content -> Load images automatically
bye,
Thijs
Logged In: YES
user_id=1383652
Originator: NO
I disagree - the ALT text shown as tooltip is very useful, especially for newbies.
Logged In: YES
user_id=285765
Originator: YES
The "title" attribute is the one that causes tooltips, "alt" is used when the image is not available. So these issues are unrelated.
Logged In: YES
user_id=1383652
Originator: NO
ah, sorry, I should have checked it before ;)
Logged In: YES
user_id=210714
Originator: NO
Fixed in subversion, thanks for reporting.