2009-10-28, 05:00:15
Although it should be of nil use for most people, that probably being the reason no one spotted it, there is a small error with emphasising the accesskey of a link in the English language file. This has probably through there found its way into most of the translations too. I spotted it in the Dutch translation when I was rewriting parts of it and when cross-checking with the English translation versus the GetSimple code I realised it must be wrong.
Line 342 and 343 of “\admin\lang\en_US.phpâ€Â:
This should be corrected with the following:
The edit theme link has the letter H as accesskey.
Even though it’s a small problem I still think it should be mentioned. I would like to ask the translators to check their translations for this too!
Line 342 and 343 of “\admin\lang\en_US.phpâ€Â:
Code:
"SIDE_EDIT_THEME" => "Edit <em>T</em>heme",
"SIDE_CHOOSE_THEME" => "Choose <em>T</em>heme",
This should be corrected with the following:
Code:
"SIDE_EDIT_THEME" => "Edit T<em>h</em>eme",
"SIDE_CHOOSE_THEME" => "Choose <em>T</em>heme",
The edit theme link has the letter H as accesskey.
Even though it’s a small problem I still think it should be mentioned. I would like to ask the translators to check their translations for this too!
“Don’t forget the important ˚ (not °) on the a,†says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!