diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 8a10ad3851..d301086327 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -340,7 +340,7 @@ $lang = array_merge($lang, array( 'JOINED' => 'Joined', 'JUMP_PAGE' => 'Enter the page number you wish to go to', 'JUMP_TO' => 'Jump to', - 'JUMP_TO_PAGE' => 'Jump to page:', + 'JUMP_TO_PAGE' => 'Jump to page', 'JUMP_TO_PAGE_CLICK' => 'Click to jump to page…', 'KB' => 'KB', diff --git a/phpBB/styles/prosilver/template/pagination.html b/phpBB/styles/prosilver/template/pagination.html index 10852b1f1a..2b77128b54 100644 --- a/phpBB/styles/prosilver/template/pagination.html +++ b/phpBB/styles/prosilver/template/pagination.html @@ -5,7 +5,7 @@