Fixed untranslated string
[squirrelmail.git] / templates / default_advanced / options_highlight_list.tpl
index bd1f6647020e3254fe2cbeadb1ef7c8d88011406..979074905fee7326ad33532fe702438a78fbe627 100644 (file)
  *      $move_up        - URL foundation to move a rule up
  *      $move_down      - URL foundation to move a rule down
  *
- * @copyright © 1999-2006 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
  * @subpackage templates
  */
 
-/** add required includes **/
-require(SM_PATH . 'templates/util_global.php');
 
 /** extract template variables **/
 extract($t);
@@ -103,8 +101,8 @@ extract($t);
  </tr>
  <tr>
   <td class="ruleButtons">
-   <a href="<?php echo $add_rule; ?>"><?php echo getIcon($icon_theme_path, 'add.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>
-</div>
\ No newline at end of file
+</div>