jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Suggestions - Feature Request => Topic started by: HerKle on 26.09.2018 22:41:34

Title: Language in lightbox
Post by: HerKle on 26.09.2018 22:41:34
Hi,
the "Press x to close" text is only in English. In order to adapt it to the site language, there are 3 things to do:

JText::script('COM_JDOWNLOADS_PRESS_X_TO_CLOSE');objKeyboardMsg.innerHTML = 'Press <kbd>x</kbd> to close.';by this line:objKeyboardMsg.innerHTML = Joomla.JText._("COM_JDOWNLOADS_PRESS_X_TO_CLOSE") ; I recommend to integrate this into future jd versions.
Regards, Herbert