Hardcoded text
tisba73 opened this issue · 1 comments
tisba73 commented
In modules/mod_speasyimagegallery/tmpl/albums.php at line 75, the texts "Photos" and "Photo" are hardcoded instead of being retrieved from text file... It should be something like:
Text::_('MOD_SPEASYIMAGEGALLERY_PHOTOS')
and
Text::_('MOD_SPEASYIMAGEGALLERY_PHOTO')
where both "MOD_SPEASYIMAGEGALLERY_PHOTOS" and "MOD_SPEASYIMAGEGALLERY_PHOTO" should be added to the text file
siddik-web commented
Thanks, we add this