aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/differences.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-08-24 08:37:52 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-08-24 08:37:52 +0000
commitfd714a7560a919d062ce8d8dbb9324aeb3e655b6 (patch)
tree2c4673ddba0889f234e7be70df2d35e5cbfe30ad /h-source/Application/Views/differences.php
parent9a5252300b8a2254ec6b64ad3a684d7967bbf66d (diff)
improved i18n
Diffstat (limited to 'h-source/Application/Views/differences.php')
-rw-r--r--h-source/Application/Views/differences.php2
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) { ?>