mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #3112 from Elsensee/ticket/13083
[ticket/13083] Fix language string NO_ENTRIES for logs * Elsensee/ticket/13083: [ticket/13083] Fix language string NO_ENTRIES for logs
This commit is contained in:
commit
4dfd4e4cd3
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ $lang = array_merge($lang, array(
|
||||||
'NOT_MODERATOR' => 'You are not a moderator of this forum.',
|
'NOT_MODERATOR' => 'You are not a moderator of this forum.',
|
||||||
'NO_DESTINATION_FORUM' => 'Please select a forum for destination.',
|
'NO_DESTINATION_FORUM' => 'Please select a forum for destination.',
|
||||||
'NO_DESTINATION_FORUM_FOUND' => 'There is no destination forum available.',
|
'NO_DESTINATION_FORUM_FOUND' => 'There is no destination forum available.',
|
||||||
'NO_ENTRIES' => 'No log entries for this period.',
|
'NO_ENTRIES' => 'No log entries.',
|
||||||
'NO_FEEDBACK' => 'No feedback exists for this user.',
|
'NO_FEEDBACK' => 'No feedback exists for this user.',
|
||||||
'NO_FINAL_TOPIC_SELECTED' => 'You have to select a destination topic for merging posts.',
|
'NO_FINAL_TOPIC_SELECTED' => 'You have to select a destination topic for merging posts.',
|
||||||
'NO_MATCHES_FOUND' => 'No matches found.',
|
'NO_MATCHES_FOUND' => 'No matches found.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue