fix broken i18n labels in Asset export, and in the Shop
This commit is contained in:
parent
3f870ad7f7
commit
ee9772d543
4 changed files with 22 additions and 3 deletions
|
|
@ -1354,7 +1354,7 @@ sub getToolbar {
|
|||
if ($userUiLevel >= $uiLevels->{"export"} && $self->session->config->get("exportPath")) {
|
||||
$output
|
||||
.= '<li class="yuimenuitem"><a class="yuimenuitemlabel" href="'
|
||||
. $self->getUrl('func=export') . '">' . $i18n->get("export") . '</a></li>';
|
||||
. $self->getUrl('func=export') . '">' . $i18n->get('Export','Icon') . '</a></li>';
|
||||
}
|
||||
if ($userUiLevel >= $uiLevels->{"promote"}) {
|
||||
$output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue