diff options
author | PayBas <contact@paybas.com> | 2014-06-01 10:54:04 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-05 09:59:35 +0200 |
commit | c47b546bf08775d215da4bd07e7a93cbc68b322f (patch) | |
tree | dd0aa34a08967b59cb1d0b6db3193310e290b68a /phpBB/language/en | |
parent | 9808b5525814baed62fe40fc6955f1e5d4327c71 (diff) | |
download | forums-c47b546bf08775d215da4bd07e7a93cbc68b322f.tar forums-c47b546bf08775d215da4bd07e7a93cbc68b322f.tar.gz forums-c47b546bf08775d215da4bd07e7a93cbc68b322f.tar.bz2 forums-c47b546bf08775d215da4bd07e7a93cbc68b322f.tar.xz forums-c47b546bf08775d215da4bd07e7a93cbc68b322f.zip |
[ticket/12613] Renamed jump-to to page-jump to prevent confusion
Jump-to can easily be confused with forum-jump.
Also switched the lang vars to reflect changes better
PHPBB3-12613
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index d2aa0fea54..8a10ad3851 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -340,8 +340,8 @@ $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' => 'Click to jump to page…', - 'JUMP_TO_PAGE_FORM' => 'Jump to page:', + 'JUMP_TO_PAGE' => 'Jump to page:', + 'JUMP_TO_PAGE_CLICK' => 'Click to jump to page…', 'KB' => 'KB', 'KIB' => 'KiB', |