I have a news module, everything is ok, but when I view news in a full view there is a "return" link, it does work and everything, but I want to change "return" to something else, well to be specific I want to change it to my language, but I can't find where to do that.
Here is my details template:
Code: Select all
{if $entry->postdate}
<font class="date">{$entry->postdate|cms_date_format:"%Y-%m-%d"}</font><br>
{/if}
<b>{$entry->title}</b><br><br />
{eval var=$entry->content}<br />
<br />
{if $return_url != ""}
{$return_url}
{/if}