diff options
Diffstat (limited to 'template/standard')
-rw-r--r-- | template/standard/lang/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |