]> git.mxchange.org Git - friendica.git/blobdiff - mod/babel.php
Fix another closing bracket in translatable string
[friendica.git] / mod / babel.php
index 43b5c4e8070949f1ed79166dd7eb1baaa6b58d8f..ca4efee044d142fbe75dcc0daa68f5cf89867dbf 100644 (file)
@@ -39,7 +39,7 @@ function babel_content()
                $o .= visible_lf($text) . EOL . EOL;
 
                $html = BBCode::convert($text);
-               $o .= '<h2>' . L10n::t("bbcode \x28raw HTML\x28: ") . '</h2>' . EOL . EOL;
+               $o .= '<h2>' . L10n::t("bbcode \x28raw HTML\x29: ") . '</h2>' . EOL . EOL;
                $o .= htmlspecialchars($html) . EOL . EOL;
 
                $o .= '<h2>' . L10n::t('bbcode: ') . '</h2>' . EOL . EOL;