瀏覽代碼

Adding a comment with an explanation for translators.

Fredrik Jervfors 16 年之前
父節點
當前提交
745ef5c854
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      templates/default/options_highlight_addedit.tpl

+ 2 - 1
templates/default/options_highlight_addedit.tpl

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