Index: views_alpha_pager.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_alpha_pager/views_alpha_pager.module,v retrieving revision 1.5.2.34 diff -u -p -r1.5.2.34 views_alpha_pager.module --- views_alpha_pager.module 13 Jan 2008 13:08:21 -0000 1.5.2.34 +++ views_alpha_pager.module 29 Feb 2008 13:34:28 -0000 @@ -303,7 +303,7 @@ function theme_alpha_pager_link($item, $ $link['query'] .= '&'; } $link['query'] .= 'apage='. $item; - $attributes['title'] = t('Go to @page listings', array('@page' => $item)); + $attributes['title'] = t('Go to @page listings', array('@page' => $item_display)); return l($item_display, $link['href'], $attributes, $link['query']); }