aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/language/en/common.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 541d004f11..5469ec7ed2 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -444,17 +444,18 @@ $lang = array_merge($lang, array(
'RULES_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum',
'SEARCH' => 'Search',
+ 'SEARCH_MINI' => 'Search…',
'SEARCH_ADV' => 'Advanced search',
'SEARCH_ADV_EXPLAIN' => 'View the advanced search options',
'SEARCH_KEYWORDS' => 'Search for keywords',
'SEARCHING_FORUMS' => 'Searching forums',
'SEARCH_ACTIVE_TOPICS' => 'View active topics',
'SEARCH_FOR' => 'Search for',
- 'SEARCH_FORUM' => 'Search this forum',
+ 'SEARCH_FORUM' => 'Search this forum…',
'SEARCH_NEW' => 'View new posts',
'SEARCH_POSTS_BY' => 'Search posts by',
'SEARCH_SELF' => 'View your posts',
- 'SEARCH_TOPIC' => 'Search this topic',
+ 'SEARCH_TOPIC' => 'Search this topic…',
'SEARCH_UNANSWERED' => 'View unanswered posts',
'SECONDS' => 'Seconds',
'SELECT' => 'Select',