From: Tobias Diekershoff Date: Thu, 29 Mar 2018 04:57:02 +0000 (+0200) Subject: typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=07954f7bcf477807d3fb517a7fa43ac59f8050ac;p=friendica.git typo --- diff --git a/mod/babel.php b/mod/babel.php index 4550a8efbf..cafd06556b 100644 --- a/mod/babel.php +++ b/mod/babel.php @@ -25,7 +25,7 @@ function babel_content() $html = Text\BBCode::convert($bbcode); $results[] = [ - 'title' => L10n::t("BBCode::convert \x28raw HTML\x28"), + 'title' => L10n::t("BBCode::convert \x28raw HTML\x29"), 'content' => htmlspecialchars($html) ];