diff options
author | Thomas Lange <code@nerdmind.de> | 2017-08-02 15:40:44 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-08-02 15:40:44 +0200 |
commit | 973d37694aab6d1fe94d349ff84fb37c54646094 (patch) | |
tree | 2b36ff24e81642f68ab403dc9d73c3e138f278d7 /template/standard/lang | |
parent | deb0f3f422b24cff5a8e629291ea0ba28e51fe0c (diff) | |
download | blog-973d37694aab6d1fe94d349ff84fb37c54646094.tar.gz blog-973d37694aab6d1fe94d349ff84fb37c54646094.tar.xz blog-973d37694aab6d1fe94d349ff84fb37c54646094.zip |
Hardcoded number from the en language file of the standard template removed.
Diffstat (limited to 'template/standard/lang')
-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 |