summaryrefslogtreecommitdiffstats
path: root/modules/translation.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation.inc.php')
-rw-r--r--modules/translation.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/translation.inc.php b/modules/translation.inc.php
index c10facb2..85524d92 100644
--- a/modules/translation.inc.php
+++ b/modules/translation.inc.php
@@ -324,6 +324,8 @@ class Page_Translation extends Page
foreach ($jsonTags as $tag => $translation) {
$tags[$tag]['langs'][$lang]['translation'] = $translation;
$tags[$tag]['langs'][$lang]['lang'] = $lang;
+ if (strpos($translation, "\n") !== false)
+ $tags[$tag]['langs'][$lang]['big'] = true;
$tags[$tag]['tag'] = $tag;
if (!isset($tags[$tag]['missing']))
$tags[$tag]['missing'] = 0;