Fix typo in mod/admin

This commit is contained in:
Hypolite Petovan 2018-01-05 08:30:56 -05:00
parent 8f477c4ec3
commit 4a52cebb43
1 changed files with 1 additions and 1 deletions

View File

@ -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"),