The colon has to be part of the strings, since some languages, such as French, requir...
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 23:24:32 +0000 (23:24 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 23:24:32 +0000 (23:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13089 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/printer_friendly_bottom.tpl

index 4714346941953532df09b9c6f9927a0c6790391f..144335446add2ca6fabf6c277406688553fe58cc 100644 (file)
@@ -69,7 +69,7 @@ extract($t);
 if (count($attachments) > 0) {
     ?>
 <hr />
-<b><?php echo _("Attachments"); ?>:</b>
+<b><?php echo _("Attachments:"); ?></b>
  <?php
     foreach ($attachments as $attachment) {
         ?>
@@ -89,7 +89,7 @@ if (count($attachments) > 0) {
  </tr>
  <tr>
   <td class="attachField">
-   <?php echo _("Type"); ?>:
+   <?php echo _("Type:"); ?>
   </td>
   <td class="attachFieldValue">
    <?php echo $attachment['ContentType']; ?>
@@ -97,7 +97,7 @@ if (count($attachments) > 0) {
  </tr>
  <tr>
   <td class="attachField">
-   <?php echo _("Info"); ?>:
+   <?php echo _("Info:"); ?>
   </td>
   <td class="attachFieldValue">
    <?php echo $attachment['Description']; ?>