aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/pagination.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-01 10:54:04 +0200
committerPayBas <contact@paybas.com>2014-06-05 09:59:35 +0200
commitc47b546bf08775d215da4bd07e7a93cbc68b322f (patch)
treedd0aa34a08967b59cb1d0b6db3193310e290b68a /phpBB/adm/style/pagination.html
parent9808b5525814baed62fe40fc6955f1e5d4327c71 (diff)
downloadforums-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/adm/style/pagination.html')
-rw-r--r--phpBB/adm/style/pagination.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/pagination.html b/phpBB/adm/style/pagination.html
index 7158f83fbc..5e755723e8 100644
--- a/phpBB/adm/style/pagination.html
+++ b/phpBB/adm/style/pagination.html
@@ -1,5 +1,5 @@
- <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull;
+ <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE_CLICK}">{PAGE_NUMBER}</a> &bull;
<ul>
<!-- BEGIN pagination -->
<!-- IF pagination.S_IS_PREV --><li><a href="{pagination.PAGE_URL}">{L_PREVIOUS}</a></li>