diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-11-11 11:57:12 +0100 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-11 11:57:12 +0100 |
| commit | 4535740aa26f0e45270ee5a7b496700daf50af58 (patch) | |
| tree | f98928f36f7b91e539499e730a06b34cf9d849d3 /phpBB | |
| parent | 697ae43b2ec68f802822872ffbcba29a4b6e29a5 (diff) | |
| parent | 4dfd4e4cd38b115f2cd29775d62cdad0242d0bc8 (diff) | |
| download | forums-4535740aa26f0e45270ee5a7b496700daf50af58.tar forums-4535740aa26f0e45270ee5a7b496700daf50af58.tar.gz forums-4535740aa26f0e45270ee5a7b496700daf50af58.tar.bz2 forums-4535740aa26f0e45270ee5a7b496700daf50af58.tar.xz forums-4535740aa26f0e45270ee5a7b496700daf50af58.zip | |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/13083] Fix language string NO_ENTRIES for logs
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/language/en/mcp.php | 2 |
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.', |
