Adding a comment with an explanation for translators.
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 3 May 2009 12:30:42 +0000 (12:30 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 3 May 2009 12:30:42 +0000 (12:30 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13649 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/options_highlight_addedit.tpl

index 280fde8c24b5b976bbec23965f36ab553361c88c..e462f52810d2b13b4611e5cb1f0a78906db9c09a 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" />
      <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>
      </td>
     </tr>
     <tr>