mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:58:55 +00:00
[ticket/13028] Rename unanswered search label
PHPBB3-13028
This commit is contained in:
parent
0194c78d19
commit
4dc8841e33
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ $lang = array_merge($lang, array(
|
|||
'SEARCH_POSTS_BY' => 'Search posts by',
|
||||
'SEARCH_SELF' => 'Your posts',
|
||||
'SEARCH_TOPIC' => 'Search this topic…',
|
||||
'SEARCH_UNANSWERED' => 'Unanswered posts',
|
||||
'SEARCH_UNANSWERED' => 'Unanswered topics',
|
||||
'SEARCH_UNREAD' => 'Unread posts',
|
||||
'SEARCH_USER_POSTS' => 'Search user’s posts',
|
||||
'SECONDS' => 'Seconds',
|
||||
|
|
Loading…
Add table
Reference in a new issue