소스 검색

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 년 전
부모
커밋
5f1ccb8938
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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) {
 if (count($attachments) > 0) {
     ?>
     ?>
 <hr />
 <hr />
-<b><?php echo _("Attachments"); ?>:</b>
+<b><?php echo _("Attachments:"); ?></b>
  <?php
  <?php
     foreach ($attachments as $attachment) {
     foreach ($attachments as $attachment) {
         ?>
         ?>
@@ -89,7 +89,7 @@ if (count($attachments) > 0) {
  </tr>
  </tr>
  <tr>
  <tr>
   <td class="attachField">
   <td class="attachField">
-   <?php echo _("Type"); ?>:
+   <?php echo _("Type:"); ?>
   </td>
   </td>
   <td class="attachFieldValue">
   <td class="attachFieldValue">
    <?php echo $attachment['ContentType']; ?>
    <?php echo $attachment['ContentType']; ?>
@@ -97,7 +97,7 @@ if (count($attachments) > 0) {
  </tr>
  </tr>
  <tr>
  <tr>
   <td class="attachField">
   <td class="attachField">
-   <?php echo _("Info"); ?>:
+   <?php echo _("Info:"); ?>
   </td>
   </td>
   <td class="attachFieldValue">
   <td class="attachFieldValue">
    <?php echo $attachment['Description']; ?>
    <?php echo $attachment['Description']; ?>