help msg update

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12177 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-12 06:37:16 +00:00
parent 7dee48bc36
commit 65745c33b3
2 changed files with 12 additions and 2 deletions

View file

@ -35,8 +35,8 @@
<button type="button" class="x_btn x_pull-left" data-hide="#g11n">{$lang->cmd_close}</button>
<p class="x_pull-right">
{@
$link = '<a href="' . getUrl('', 'module', 'admin', 'act', 'dispModuleAdminLangcode') . '">' . $lang->about_multilingual_manage['link'] . '</a>';
$text = sprintf($lang->about_multilingual_manage['text'], $link);
$link = '<a href="' . getUrl('', 'module', 'admin', 'act', 'dispAdminConfigGeneral') . '">' . $lang->about_language_list_manage['link'] . '</a>';
$text = sprintf($lang->about_language_list_manage['text'], $link);
}
{$text}
</p>