]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Mar 2018 04:57:02 +0000 (06:57 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Mar 2018 04:57:02 +0000 (06:57 +0200)
mod/babel.php

index 4550a8efbf954fc49a21b64a8dbcbba584183990..cafd06556b8adde32498fe28dd39c9e120e2849f 100644 (file)
@@ -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)
                                ];