diff options
author | 2017-09-09 17:08:27 +0200 | |
---|---|---|
committer | 2017-09-09 17:08:27 +0200 | |
commit | a29048abd6ea13ec00449c4c1c751c035cf5ed1c (patch) | |
tree | bb7718cacfe1757c0b66de91a487126dee3ed6ad /phpBB/language | |
parent | Merge branch '3.1.x' into 3.2.x (diff) | |
download | phpbb-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.php | 1 |
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', |