Fixed untranslated string
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 11 Sep 2011 01:08:13 +0000 (01:08 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 11 Sep 2011 01:08:13 +0000 (01:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14143 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default_advanced/options_highlight_list.tpl

index a76b247fec9c1d797ffbaa61fc97e41e24473f04..979074905fee7326ad33532fe702438a78fbe627 100644 (file)
@@ -101,7 +101,7 @@ extract($t);
  </tr>
  <tr>
   <td class="ruleButtons">
  </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>
   </td>
  </tr>
 </table>