aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2014-11-05 21:16:04 +0100
committerOliver Schramm <oliver.schramm97@gmail.com>2014-11-05 21:16:04 +0100
commit25a7c6e829bfa70997dd2bcca483cf40a475db54 (patch)
tree56985693a1c868979a07a2a35eefb296a2aaf476 /phpBB/language/en/mcp.php
parent0e772afb9db640e54e84cfccaddcf74f3edbb3fb (diff)
downloadforums-25a7c6e829bfa70997dd2bcca483cf40a475db54.tar
forums-25a7c6e829bfa70997dd2bcca483cf40a475db54.tar.gz
forums-25a7c6e829bfa70997dd2bcca483cf40a475db54.tar.bz2
forums-25a7c6e829bfa70997dd2bcca483cf40a475db54.tar.xz
forums-25a7c6e829bfa70997dd2bcca483cf40a475db54.zip
[ticket/13083] Fix language string NO_ENTRIES for logs
The string was misleading because there does not always have to be a period when viewing log entries. PHPBB3-13083
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index bc0fd03520..a961068657 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -237,7 +237,7 @@ $lang = array_merge($lang, array(
'NOT_MODERATOR' => 'You are not a moderator of this forum.',
'NO_DESTINATION_FORUM' => 'Please select a forum for destination.',
'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_FINAL_TOPIC_SELECTED' => 'You have to select a destination topic for merging posts.',
'NO_MATCHES_FOUND' => 'No matches found.',