]> git.mxchange.org Git - friendica.git/blobdiff - mod/babel.php
typo
[friendica.git] / 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)
                                ];