diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-03-16 19:31:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-03-16 19:31:47 +0000 |
commit | 3b5589f436da2003be45e3b3437cb90281f32704 (patch) | |
tree | 88c467c8531fa06f0de76143d1e5723f0b1ee467 /modules | |
parent | 032544cf085201a87ddbad0b651d1aa6cb6d7e52 (diff) | |
download | brdo-3b5589f436da2003be45e3b3437cb90281f32704.tar.gz brdo-3b5589f436da2003be45e3b3437cb90281f32704.tar.bz2 |
- Patch #14109 by wulff/Morbus: added missing t() funciton
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 6117c3366..f06b87f31 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1092,7 +1092,7 @@ function comment_role_settings() { $edit = $_POST['edit']; - $output .= '<h3>Initial comment scores</h3>'; + $output .= '<h3>'. t('Initial comment scores') .'</h3>'; if ($edit) { variable_set('comment_roles', $edit); 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 .= '<h3>Initial comment scores</h3>'; + $output .= '<h3>'. t('Initial comment scores') .'</h3>'; if ($edit) { variable_set('comment_roles', $edit); |