diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-03 15:12:27 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-03 15:12:27 +0000 |
| commit | c7abce74901a2a18e715b25666c67b8ea547f475 (patch) | |
| tree | 2300306894482cd34e515272ee01d20433ba9a99 /phpBB/language/en/common.php | |
| parent | 273695dba8924f3191fa20477c98688e9b70a895 (diff) | |
| download | forums-c7abce74901a2a18e715b25666c67b8ea547f475.tar forums-c7abce74901a2a18e715b25666c67b8ea547f475.tar.gz forums-c7abce74901a2a18e715b25666c67b8ea547f475.tar.bz2 forums-c7abce74901a2a18e715b25666c67b8ea547f475.tar.xz forums-c7abce74901a2a18e715b25666c67b8ea547f475.zip | |
fixing two tiny bugs...
git-svn-id: file:///svn/phpbb/trunk@8077 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
| -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 47bad2d3cd..c84b940d96 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -370,6 +370,7 @@ $lang = array_merge($lang, array( 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.', 'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods.', 'NO_TOPIC' => 'The requested topic does not exist.', + 'NO_TOPIC_FORUM' => 'The topic or forum no longer exist.', 'NO_TOPICS' => 'There are no topics or posts in this forum.', 'NO_TOPICS_TIME_FRAME' => 'No topics exist inside this forum for the selected time frame.', 'NO_UNREAD_PM' => '<strong>0</strong> unread messages', |
