jQuery Quick Pagination plugin is well… quick :) and it works well: this simple patch adds the options to change the text of the “next/prev” links.
The new call is
jQuery(document).ready(function(){
jQuery('#list_nav li').quickpaginate({
prev_text: 'blah previous',
next_text: 'blah next'
});
});
