From 9774babe5513a06694bb9b6123dc32513550b42e Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 3 Jan 2012 18:36:15 +0000 Subject: Also read both variables in en_US template git-svn-id: https://svn.roundcube.net/trunk@5703 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/bin/exportgettext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/bin/exportgettext.sh b/roundcubemail/bin/exportgettext.sh index 6a07ed2f5..9319e6eb0 100755 --- a/roundcubemail/bin/exportgettext.sh +++ b/roundcubemail/bin/exportgettext.sh @@ -106,7 +106,7 @@ function load_en_US($fn) } else if (is_file($fn)) { include($fn); - $texts = array_merge($texts, (array)$labels); + $texts = array_merge($texts, (array)$labels, (array)$messages); } $GLOBALS['en_US'] = $texts; -- cgit v1.2.3