Hi,
In the program source\function\strings.prg, the line:
{ "Move Down", "Mover abajo", "Déplacer vers le bas", "Mover para cima" ,"Abwärts bewegen","Muovi in giu" },;
should be:
{ "Move Down", "Mover abajo", "Déplacer vers le bas", "Mover para baixo" ,"Abwärts bewegen","Muovi in giu" },;
By the way: what would be the easiest way to fix this in the compilatoin?
Or I will have to include the corrected STRINGS.PRG in my programs list.
Regards
Euclides