Commit 73db85a8c96ca353bdd098cb2761f47f21f0e945
1 parent
e109fd8b
KTS-791: mark up string for translation
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5276 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/boolean_search_edit.smarty
| ... | ... | @@ -102,7 +102,7 @@ legend { border: 1px dotted #999;} |
| 102 | 102 | {$oSearchCriteria.widgetval} |
| 103 | 103 | </td> |
| 104 | 104 | <td> |
| 105 | - <input type="button" value="Remove" onclick="removeCriteria(this)"/> | |
| 105 | + <input type="button" value="{i18n}Remove{/i18n}" onclick="removeCriteria(this)"/> | |
| 106 | 106 | </td> |
| 107 | 107 | </tr> |
| 108 | 108 | {/foreach} | ... | ... |