aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-03 18:16:00 -0700
committerfriendica <info@friendica.com>2013-06-03 18:16:00 -0700
commitb866cc26fa95c6fc1df98bef2994350b9eb07231 (patch)
tree3d25070e6dca73adc5b2430f61aca013c9cc970b /mod
parent1f94429b2cbfd5f86074c671f5293d09bddb7eaa (diff)
downloadvolse-hubzilla-b866cc26fa95c6fc1df98bef2994350b9eb07231.tar.gz
volse-hubzilla-b866cc26fa95c6fc1df98bef2994350b9eb07231.tar.bz2
volse-hubzilla-b866cc26fa95c6fc1df98bef2994350b9eb07231.zip
templatise alt_pager
Diffstat (limited to 'mod')
-rw-r--r--mod/directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/directory.php b/mod/directory.php
index 7aeba3504..46fc34e16 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -166,7 +166,7 @@ function directory_content(&$a) {
));
- $o .= alt_pager($a,$j['records'], t('more'), t('back'));
+ $o .= alt_pager($a,$j['records'], t('next page'), t('previous page'));
}
else {