From 16e9b8d94ecb6a75a6d2a81b6c97ed3eb529bfd8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 24 Sep 2005 23:09:57 +0000 Subject: [PATCH] r451: localizations += 2 --- editreport.php | 4 ++-- templates/trackerhome_bits.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editreport.php b/editreport.php index 3daf9c7..c724241 100644 --- a/editreport.php +++ b/editreport.php @@ -60,7 +60,7 @@ if ($_POST['do'] == 'update') { if ($hascomment AND $autoaction['comment']) { - $bugsys->in['comment'] .= "\n\n--------------- AUTOMATIC RESPONSE ---------------\n" . $autoaction['comment']; + $bugsys->in['comment'] .= "\n\n" . $lang->string('--------------- AUTOMATIC RESPONSE ---------------') . "\n" . $autoaction['comment']; } else if (!$hascomment AND $autoaction['comment']) { @@ -269,7 +269,7 @@ if ($_POST['do'] == 'update') { if ($hascomment AND $autoaction['comment']) { - $bugsys->in['comment'] .= "\n\n--------------- AUTOMATIC RESPONSE ---------------\n" . $autoaction['comment']; + $bugsys->in['comment'] .= "\n\n" $lang->string('--------------- AUTOMATIC RESPONSE ---------------') . "\n" . $autoaction['comment']; } else if (!$hascomment AND $autoaction['comment']) { diff --git a/templates/trackerhome_bits.tpl b/templates/trackerhome_bits.tpl index 281d877..afdc9d1 100644 --- a/templates/trackerhome_bits.tpl +++ b/templates/trackerhome_bits.tpl @@ -16,7 +16,7 @@
$bug[lastposttime]
-
by $bug[lastpost]
+
{@"by"} $bug[lastpost]
-- 2.22.5