summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 027e838a2..4bf5b89e2 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -635,7 +635,7 @@ function _locale_import_one_string($value, $mode, $lang = NULL) {
}
// Current string is the header information
elseif ($value['msgid'] == '') {
- $hdr = _locale_import_parse_header($value);
+ $hdr = _locale_import_parse_header($value['msgstr']);
// Get the plural formula
if ($hdr["Plural-Forms"] && $p = _locale_import_parse_plural_forms($hdr["Plural-Forms"], $file->filename)) {