error in German language file
Replies (2)
(1-2/2)
Added by Josef Koller 5 months ago
Hello,
the tooltips for cut and copy are confused:
In the elrte.de.js-file is:
'Copy' : 'Ausschneiden',
'Cut' : 'Kopieren',
The right declaration is:
'Copy' : 'Kopieren',
'Cut' : 'Ausschneiden',
Thanks
Josef
Hi,
the next one:
in file:
'Events' : 'Veranstaltungen',
correct:
'Events' : 'Ereignisse',
Josef
(1-2/2)