]> git.mxchange.org Git - friendica.git/commitdiff
Fix typo in mod/admin
authorHypolite Petovan <mrpetovan@gmail.com>
Fri, 5 Jan 2018 13:30:56 +0000 (08:30 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Fri, 5 Jan 2018 13:30:56 +0000 (08:30 -0500)
mod/admin.php

index df3fcf7244c2b21dfa9723f7c60cc9a0e3ab3540..4242dda36e35442ccd791f1c42aafbc216dc825f 100644 (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"),