Implemented security token system. (Secunia Advisory SA34627)
[squirrelmail.git] / templates / default / options_highlight_addedit.tpl
index 280fde8c24b5b976bbec23965f36ab553361c88c..cd6bfd5a80ff1616cfe09ba4c0c34c9a15657fd4 100644 (file)
@@ -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, literally meaning "For example: 63aa7f".
+      echo _("Ex: 63aa7f"); ?>
      </td>
     </tr>
     <tr>