- Patch #14109 by wulff/Morbus: added missing t() funciton

4.6.x
Dries Buytaert 2005-03-16 19:31:47 +00:00
parent 032544cf08
commit 3b5589f436
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);