diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-24 22:53:44 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-24 22:56:23 +0200 |
commit | 39aff5eef7b4374d5ca95660d9cba1aaf560527c (patch) | |
tree | 830fb4def3e5a756df497cbe47dd00bc8d7fc7c1 /core/language/en.php | |
parent | cff7f23029e37e5e9c458aaf6f10110c7bd577a7 (diff) | |
download | blog-39aff5eef7b4374d5ca95660d9cba1aaf560527c.tar.gz blog-39aff5eef7b4374d5ca95660d9cba1aaf560527c.tar.xz blog-39aff5eef7b4374d5ca95660d9cba1aaf560527c.zip |
Language: Put search query between HTML "code" tag
Diffstat (limited to 'core/language/en.php')
-rw-r--r-- | core/language/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/language/en.php b/core/language/en.php index 66bcaf3..84e448f 100644 --- a/core/language/en.php +++ b/core/language/en.php @@ -78,7 +78,7 @@ $LANGUAGE['error_database_exec'] = 'An unexpected error occurred while communica #=============================================================================== # Fulltext search #=============================================================================== -$LANGUAGE['search_no_results'] = 'Sorry, there are no search results for "%s".'; +$LANGUAGE['search_no_results'] = 'Sorry, there are no search results for <code>%s</code>.'; #=============================================================================== # Authentication |