error in German language file

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


Replies (2)

RE: error in German language file - Added by Josef Koller 5 months ago

Hi,

the next one:
in file:

'Events' : 'Veranstaltungen',

correct:

'Events' : 'Ereignisse',

Josef

RE: error in German language file - Added by Troex Nevelin 5 months ago

thanks, fixed in git

(1-2/2)