summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_search_form.php
diff options
context:
space:
mode:
authorSergej Pupykin <sergej.pupykin@lx-ltd.ru>2009-05-28 16:29:02 +0200
committerLoui Chang <louipc.ist@gmail.com>2009-06-18 07:48:40 +0200
commit3b5f224acefbc2bf974dc23068a59d083988debd (patch)
tree1d74b5579f3521f60cf6fc503c27e527cada01b1 /web/template/pkg_search_form.php
parent6073433d6f232f92884559ff03a71c2331c5a698 (diff)
downloadaur-3b5f224acefbc2bf974dc23068a59d083988debd.tar.gz
aur-3b5f224acefbc2bf974dc23068a59d083988debd.tar.xz
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/template/pkg_search_form.php')
-rw-r--r--web/template/pkg_search_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php
index 692c8550..184d1aad 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'])): ?>