Thu 09 Apr 2015 01:00:33 PM UTC, comment #3:
Wensheng,
Your work looks solid, thank you.
John,
Please review and either integrate into the v2.0 specification or close the tickets with comments, as appropriate.
|
Thu 09 Apr 2015 03:51:52 AM UTC, comment #2:
Hi, Stephen,
This cannot be a problem of missing font because in the same page the word "Löschen" is displayed correctly in the left table while it is displayed wrongly in the right table - "L�schen".
This problem can be tracked to the file iptstat.sql.
line 1181:
(128, 'GRCAD$HDR1$HLK5', 'Delete', 'Löschen', 'Eliminare', 'Supprimer', 'Borrar', NULL, 'delete', NULL, 'Admin', 240, 241),
line 1189:
(137, 'GRCAD$HDR2$HLK5', 'Delete', 'L�schen', 'Cancella', 'Supprimer', 'Borrar', NULL, 'delete', NULL, 'Admin', 264, 265),
We can see that different words are used for "Löschen".
This is a problem. We need review the language file.
|