Sometimes, when I install a new template in Joomla, the default template style name is set to JLIB_INSTALLER_DEFAULT_STYLE. So far I haven't found any particular pattern as to when it happens, but it usually happens on localhost (not always though, and not only on localhost). It also happens with Shape5 templates (Vertex framework), and sometimes with other templates as well.
The file JOOMLAROOT/language/en-GB/en-GB.lib_joomla.ini has the following line:
JLIB_INSTALLER_DEFAULT_STYLE="%s - Default" But for some reason the string is used, and not the value.
Does anyone know why this happens? Is it a bug in Joomla or in the templates?