Fixed untranslated string
[squirrelmail.git] / templates / default_advanced / options_highlight_list.tpl
index 2e7cd2b0f48f87d490ee32c7b7fc6099bf630dd4..979074905fee7326ad33532fe702438a78fbe627 100644 (file)
@@ -17,7 +17,7 @@
  *      $move_up        - URL foundation to move a rule up
  *      $move_down      - URL foundation to move a rule down
  *
- * @copyright 1999-2009 The SquirrelMail Project Team
+ * @copyright 1999-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -101,7 +101,7 @@ extract($t);
  </tr>
  <tr>
   <td class="ruleButtons">
-   <a href="<?php echo $add_rule; ?>"><?php echo getIcon($icon_theme_path, 'plus.png', _("Add"), _("Add")); ?></a> Add Rule
+   <a href="<?php echo $add_rule; ?>"><?php echo getIcon($icon_theme_path, 'plus.png', _("Add"), _("Add")); ?></a> <?php echo _("Add Rule"); ?>
   </td>
  </tr>
 </table>