issue 268, Modify language

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9490 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-10-05 06:24:16 +00:00
parent f1ab82a7af
commit a659d09d79
7 changed files with 36 additions and 13 deletions

View file

@ -83,6 +83,6 @@
<input type="hidden" name="act" value="{$act}" />
<input type="hidden" name="search_target" value="value" />
<input title="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
<input type="submit" value="Search" />
<input type="submit" value="{$lang->cmd_search}" />
</form>
</div>