From 4a52cebb43141ce641ce102f5feaafe1015cbd59 Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <mrpetovan@gmail.com>
Date: Fri, 5 Jan 2018 08:30:56 -0500
Subject: [PATCH] Fix typo in mod/admin

---
 mod/admin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/admin.php b/mod/admin.php
index df3fcf724..4242dda36 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', '<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"),