diff options
author | Sergej Pupykin <sergej.pupykin@lx-ltd.ru> | 2009-05-28 18:29:02 +0400 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-06-18 01:48:40 -0400 |
commit | 3b5f224acefbc2bf974dc23068a59d083988debd (patch) | |
tree | 1d74b5579f3521f60cf6fc503c27e527cada01b1 /web | |
parent | 6073433d6f232f92884559ff03a71c2331c5a698 (diff) |
Advanced button i18n
Signed-off-by: Sergej Pupykin <sergej.pupykin@lx-ltd.ru>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/template/pkg_search_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 692c855..184d1aa 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -11,7 +11,7 @@ <input type='submit' style='width:80px' class='button' name='do_Orphans' value='<?php print __("Orphans"); ?>' /> <?php endif; ?> - <a href="?<?php print mkurl('detail=' . ((!empty($_GET['detail'])) ? 0 : 1) ) ?>">Advanced</a> + <a href="?<?php print mkurl('detail=' . ((!empty($_GET['detail'])) ? 0 : 1) ) ?>"><?php print __("Advanced"); ?></a> </div> <?php if (!empty($_GET['detail'])): ?> |