Jelajahi Sumber

The colon has to be part of the strings, since some languages, such as French, requires a space before it. If you find more reuse of strings like this, please fix them.

Fredrik Jervfors 17 tahun lalu
induk
melakukan
5f1ccb8938
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      templates/default/printer_friendly_bottom.tpl

+ 3 - 3
templates/default/printer_friendly_bottom.tpl

@@ -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']; ?>