From 6a4c01cdc319c3bfdebbb54a80127f597345ed8a Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Sat, 27 Jan 2007 17:21:20 +0000 Subject: SEPARATOR, not SEPERATOR... also "neutralised" variable naming as it's used elsewhere outside of pagination. :) git-svn-id: file:///svn/phpbb/trunk@6940 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_display.php') diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 76f261bab1..e62bf674e6 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -524,7 +524,7 @@ function topic_generate_pagination($replies, $url) } else if ($times < $total_pages) { - $pagination .= '' . $user->lang['PAGINATION_SEPERATOR'] . ''; + $pagination .= '' . $user->lang['COMMA_SEPARATOR'] . ''; } $times++; } -- cgit v1.2.1