소스 검색

Adding a comment with an explanation for translators.

Fredrik Jervfors 16 년 전
부모
커밋
19367ab7f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/default/options_highlight_addedit.tpl

+ 1 - 1
templates/default/options_highlight_addedit.tpl

@@ -205,7 +205,7 @@ td.color_ff00ff   { background: #ff00ff; }
      <td class="fieldValue">
      <td class="fieldValue">
       <?php echo _("Other"); ?>:
       <?php echo _("Other"); ?>:
       <input type="text" name="newcolor_input" value="<?php echo $color_input; ?>" size="7" id="newcolor_input" />
       <input type="text" name="newcolor_input" value="<?php echo $color_input; ?>" size="7" id="newcolor_input" />
-      <?php // i18n: This is an example on how to write a color in RGB.
+      <?php // i18n: This is an example on how to write a color in RGB, literally meaning "For example: 63aa7f".
       echo _("Ex: 63aa7f"); ?>
       echo _("Ex: 63aa7f"); ?>
      </td>
      </td>
     </tr>
     </tr>