From 973d37694aab6d1fe94d349ff84fb37c54646094 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Wed, 2 Aug 2017 15:40:44 +0200
Subject: Hardcoded number from the en language file of the standard template
 removed.

---
 template/standard/lang/en.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'template')

diff --git a/template/standard/lang/en.php b/template/standard/lang/en.php
index c2d04d9..6afef98 100644
--- a/template/standard/lang/en.php
+++ b/template/standard/lang/en.php
@@ -25,7 +25,7 @@ $LANGUAGE['navigation_search_desc'] = 'Fulltext search';
 # Start page title and description
 #===============================================================================
 $LANGUAGE['home_heading_text'] = 'Welcome to %s';
-$LANGUAGE['home_heading_desc'] = 'Here you can see the last 10 published posts. Have fun!';
+$LANGUAGE['home_heading_desc'] = 'Here you can see the last %d published posts. Have fun!';
 
 #===============================================================================
 # Item overview description
-- 
cgit v1.2.3