From a2dbfc90340c1ea7fa34c1f7d954c1ae486be68b Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 27 Nov 2006 02:14:33 +0000 Subject: #99579 by Heine. Don't placeholder the number of comments per page. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index ac3007a4c..ee29f3a89 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1582,7 +1582,7 @@ function comment_controls($mode = COMMENT_MODE_THREADED_EXPANDED, $order = COMME '#weight' => 2, ); foreach (_comment_per_page() as $i) { - $options[$i] = t('%a comments per page', array('%a' => $i)); + $options[$i] = t('!a comments per page', array('!a' => $i)); } $form['comments_per_page'] = array('#type' => 'select', '#default_value' => $comments_per_page, -- cgit v1.2.3