diff options
Diffstat (limited to 'langs.inc.php')
-rw-r--r-- | langs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs.inc.php b/langs.inc.php index 9055f44e9..d9e1d6ecc 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -174,7 +174,7 @@ function _d($s = null, $opt = null) { $ret = array_key_exists($s, $_t) ? $_t[$s] : $s; - return trim(str_replace('{ok}', '', $ret)); + return trim(str_replace(array('{ok}', '{OK}', '{Ok}', '{oK}'), '', $ret)); } /** |