summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-16 19:31:47 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-16 19:31:47 +0000
commit3b5589f436da2003be45e3b3437cb90281f32704 (patch)
tree88c467c8531fa06f0de76143d1e5723f0b1ee467 /modules
parent032544cf085201a87ddbad0b651d1aa6cb6d7e52 (diff)
downloadbrdo-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.module2
-rw-r--r--modules/comment/comment.module2
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);