From 3b5589f436da2003be45e3b3437cb90281f32704 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 16 Mar 2005 19:31:47 +0000 Subject: - Patch #14109 by wulff/Morbus: added missing t() funciton --- 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 6117c3366..f06b87f31 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1092,7 +1092,7 @@ function comment_role_settings() { $edit = $_POST['edit']; - $output .= '

Initial comment scores

'; + $output .= '

'. t('Initial comment scores') .'

'; if ($edit) { variable_set('comment_roles', $edit); -- cgit v1.2.3