From 7abc270f7333e2055bcdbbea8031f77593e08fb9 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag <klapinklapin@gmail.com> Date: Wed, 11 May 2016 17:58:55 +0200 Subject: [PATCH] fix typo --- inc/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/template.php b/inc/template.php index 335b0dd27..a5135d3e6 100644 --- a/inc/template.php +++ b/inc/template.php @@ -1436,7 +1436,7 @@ function tpl_localeFN($id) { } /** - * prints the "main content" in the mediamanger popup + * prints the "main content" in the mediamanager popup * * Depending on the user's actions this may be a list of * files in a namespace, the meta editing dialog or @@ -1603,7 +1603,7 @@ function tpl_mediaFileDetails($image, $rev) { } /** - * prints the namespace tree in the mediamanger popup + * prints the namespace tree in the mediamanager popup * * Only allowed in mediamanager.php * -- GitLab