aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2017-09-09 17:08:27 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2017-09-09 17:08:27 +0200
commita29048abd6ea13ec00449c4c1c751c035cf5ed1c (patch)
treebb7718cacfe1757c0b66de91a487126dee3ed6ad /phpBB/language
parentMerge branch '3.1.x' into 3.2.x (diff)
downloadphpbb-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.tar.gz
phpbb-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.tar.bz2
phpbb-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.zip
[ticket/14933] Make "route not found" more user-friendly
PHPBB3-14933
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index af9f8fe187..d7a1ce8e71 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -556,6 +556,7 @@ $lang = array_merge($lang, array(
),
'OPTIONS' => 'Options',
+ 'PAGE_NOT_FOUND' => 'The requested page could not be found.',
'PAGE_OF' => 'Page <strong>%1$d</strong> of <strong>%2$d</strong>',
'PAGE_TITLE_NUMBER' => 'Page %s',
'PASSWORD' => 'Password',