From: Hypolite Petovan Date: Fri, 5 Jan 2018 13:30:56 +0000 (-0500) Subject: Fix typo in mod/admin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a52cebb43141ce641ce102f5feaafe1015cbd59;p=friendica.git Fix typo in mod/admin --- diff --git a/mod/admin.php b/mod/admin.php index df3fcf7244..4242dda36e 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -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', '/view/themes'), + '$noplugshint' => t('No themes found on the system. They should be placed in %1$s', '/view/themes'), '$experimental' => t('[Experimental]'), '$unsupported' => t('[Unsupported]'), '$form_security_token' => get_form_security_token("admin_themes"),