diff options
Diffstat (limited to 'h-source/Application/Views/differences.php')
-rw-r--r-- | h-source/Application/Views/differences.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/differences.php b/h-source/Application/Views/differences.php index b3bb292..c634d19 100644 --- a/h-source/Application/Views/differences.php +++ b/h-source/Application/Views/differences.php @@ -25,7 +25,7 @@ <?php if (!$isDeleted) { ?> <div class="diff_color_notice"> - <b>Notice</b>: the text in <del>red</del> has been deleted from the previous revision, the text in <ins>green</ins> has been added in this revision and the text in <span class="gray_text_notice">gray</span> has not been changed. + <?php echo gtext("<b>Notice</b>: the text in <del>red</del> has been deleted from the previous revision, the text in <ins>green</ins> has been added in this revision and the text in <span class='gray_text_notice'>gray</span> has not been changed.");?> </div> <?php foreach ($diffArray as $label => $text) { ?> |