[dev] horde maintenance "Warning!"
Matthew Dunham
dunham@ic.ucsb.edu
Tue, 16 Jul 2002 12:39:35 -0700
This is a multi-part message in MIME format.
---------------------- multipart/mixed attachment
here's the patch (attached).
--
||||||||||| Matthew E. Dunham
||||| Instructional Computing
|||||||||||| UC Santa Barbara
|||||||||||||||| 805 893 7687
---------------------- multipart/mixed attachment
Index: confirm_top.inc
===================================================================
RCS file: /repository/horde/templates/maintenance/confirm_top.inc,v
retrieving revision 1.7
diff -u -r1.7 confirm_top.inc
--- confirm_top.inc 15 Jun 2002 05:05:09 -0000 1.7
+++ confirm_top.inc 16 Jul 2002 19:36:27 -0000
@@ -9,8 +9,8 @@
</tr>
<tr>
<td class="light">
- <b><font color="red"><?php echo _("Warning!") ?></font>
- <?php printf(_("%s is ready to perform the maintenance operations checked below."), $registry->getParam('name')); ?>
+ <b><font color="red"><?php echo _("Notice") ?></font>
+ <?php printf(_(" — %s is ready to perform the maintenance operations checked below."), $registry->getParam('name')); ?>
<br />
<?php echo _("Check the box for any operation(s) you want to perform at this time.") ?></b>
</td>
---------------------- multipart/mixed attachment--