aboutsummaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.php b/lib.php
index f253c58..bcba8e8 100644
--- a/lib.php
+++ b/lib.php
@@ -216,8 +216,8 @@ class l10n
foreach ($dictionary as $key => $value) {
if ($key != '') {
- if ($value['msgstr'][0] != '') {
- $_t[trim($key)] = trim($value['msgstr'][0]);
+ if ($value[0][0] != '') {
+ $_t[trim($key)] = trim($value[0][0]);
} else {
$_t[trim($key)] = trim($key);
}