From 3c978de6ba47b8c4f1e09f11a1a915867222dad9 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 11 Jun 2001 00:19:31 +0000 Subject: Oops git-svn-id: file:///svn/phpbb/trunk@460 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 40571e68c6..bff0043c3b 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -71,8 +71,8 @@ $lang['Years'] = "Years"; $lang['All_times'] = "All times are"; // This is followed by GMT and the timezone offset $lang['GMT'] = "GMT"; -$lang['Next'] = "Next Page"; -$lang['Previous'] = "Previous Page"; +$lang['Next'] = "Next"; +$lang['Previous'] = "Previous"; $lang['Goto_page'] = "Goto page"; $lang['Page'] = "Page"; // Followed by the current page number then 'of x' where x is total pages $lang['of'] = "of"; // See Page above -- cgit v1.2.1