Trying to change AudioPro2/index_top.tpl
Design and Skin Customization
did you just change the default= part? if so remove the whole language string and replace it with the words you want. The default is just that, a default. As soon as the database is populated with language strings the defaults aren't used. change it from
{/if}
{jrCore_lang skin="jrAudioPro2" id=51 default="Welcome to"} {$_conf.jrCore_system_name}
{jrCore_lang skin="jrAudioPro2" id=53 default="United Kingdom"} ·
{jrCore_lang skin="jrAudioPro2" id=54 default="Independent"} ·
{jrCore_lang skin="jrAudioPro2" id=55 default="Record Label"}
to
{/if}
Welcome to United Kingdom Independent Record Label