summaryrefslogtreecommitdiffstats
path: root/inc/dictionary.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dictionary.inc.php')
-rw-r--r--inc/dictionary.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dictionary.inc.php b/inc/dictionary.inc.php
index b56106cc..e8f51e24 100644
--- a/inc/dictionary.inc.php
+++ b/inc/dictionary.inc.php
@@ -104,7 +104,7 @@ class Dictionary
}
$string = self::translate($out[1], 'categories', $out[2]);
if ($string === false) {
- return $category;
+ return '!!' . $category . '!!';
}
return $string;
}