... | ... |
@@ -226,7 +226,7 @@ class ModulePagelist extends Module |
226 | 226 |
|
227 | 227 |
$row['headline'] = $objSubpages->title; |
228 | 228 |
$row['text'] = $objSubpages->teaser; |
229 |
- $row['readMore'] = specialchars(sprintf($GLOBALS['TL_LANG']['MSC']['readMore'], $objSubpages->title)); |
|
229 |
+ $row['readMore'] = specialchars(sprintf($GLOBALS['TL_LANG']['MSC']['gotoPage'], $objSubpages->title)); |
|
230 | 230 |
$row['more'] = $GLOBALS['TL_LANG']['MSC']['more']; |
231 | 231 |
|
232 | 232 |
$items[] = $row; |
... | ... |
@@ -19,7 +19,7 @@ |
19 | 19 |
<h2><?php echo $item['headline']; ?></h2> |
20 | 20 |
<?php endif; ?> |
21 | 21 |
|
22 |
-<?php echo $item['text']; ?> <a href="<?php echo $item['href']; ?>" title="<?php echo $item['readmore']; ?>" class="more handwritten-small"><?php echo $item['more']; ?> <span class="invisible"><?php echo $item['more']; ?></span></a> |
|
22 |
+<?php echo $item['text']; ?> <a href="<?php echo $item['href']; ?>" title="<?php echo $item['readMore']; ?>" class="more handwritten-small"><?php echo $item['more']; ?> <span class="invisible"><?php echo $item['more']; ?></span></a> |
|
23 | 23 |
</li> |
24 | 24 |
<?php endforeach; ?> |
25 | 25 |
</ul> |