Fix typo in mod/admin
This commit is contained in:
parent
8f477c4ec3
commit
4a52cebb43
1 changed files with 1 additions and 1 deletions
|
@ -2120,7 +2120,7 @@ function admin_page_themes(App $a)
|
|||
'$function' => 'themes',
|
||||
'$plugins' => $plugins,
|
||||
'$pcount' => count($themes),
|
||||
'$noplugshint' => t('No themes found on the system. They should be paced in %1$s', '<code>/view/themes</code>'),
|
||||
'$noplugshint' => t('No themes found on the system. They should be placed in %1$s', '<code>/view/themes</code>'),
|
||||
'$experimental' => t('[Experimental]'),
|
||||
'$unsupported' => t('[Unsupported]'),
|
||||
'$form_security_token' => get_form_security_token("admin_themes"),
|
||||
|
|
Loading…
Reference in a new issue