1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/9999] SEARCH_USER_POSTS is also used on viewtopic. Move to common.

PHPBB3-9999
This commit is contained in:
Andreas Fischer
2011-05-09 23:20:17 +02:00
parent 4038091382
commit ccb78f74a4
2 changed files with 1 additions and 1 deletions

View File

@@ -530,6 +530,7 @@ $lang = array_merge($lang, array(
'SEARCH_TOPIC' => 'Search this topic…',
'SEARCH_UNANSWERED' => 'View unanswered posts',
'SEARCH_UNREAD' => 'View unread posts',
'SEARCH_USER_POSTS' => 'Search users posts',
'SECONDS' => 'Seconds',
'SELECT' => 'Select',
'SELECT_ALL_CODE' => 'Select all',