From d9aca508cdb06d733b1fd12a583bfcac5b061914 Mon Sep 17 00:00:00 2001
From: fabrixxm <fabrix.xm@gmail.com>
Date: Mon, 19 Mar 2018 11:19:09 +0100
Subject: [PATCH] Fix another closing bracket in translatable string

---
 mod/babel.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/babel.php b/mod/babel.php
index 43b5c4e80..ca4efee04 100644
--- a/mod/babel.php
+++ b/mod/babel.php
@@ -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;