diff options
author | Simon Rettberg | 2016-04-29 17:43:58 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-04-29 17:43:58 +0200 |
commit | f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0 (patch) | |
tree | 13c41f05ef5920eb13c76be05f749de9a9a809fa /inc/dictionary.inc.php | |
parent | Implemented new menu, added logic for defining dependencies, move translation... (diff) | |
download | slx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.tar.gz slx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.tar.xz slx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.zip |
More Progress; Merged changes from ufpr up to 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9
Diffstat (limited to 'inc/dictionary.inc.php')
-rw-r--r-- | inc/dictionary.inc.php | 2 |
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; } |