]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Missed one _t
authorMike Cochrane <mikec@mikenz.geek.nz>
Thu, 10 Jul 2008 05:13:31 +0000 (01:13 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Thu, 10 Jul 2008 05:13:31 +0000 (01:13 -0400)
darcs-hash:20080710051331-533db-a687146f02d399ae1f3368e1b94476bd7e74cc5f.gz

lib/searchaction.php

index a9fb77fd3c2f933cc212c299c85272301b4fdbbb..d4f0fff36ef7d041dfd23f1ae3d608ff01ef8f4c 100644 (file)
@@ -49,11 +49,11 @@ class SearchAction extends Action {
        function show_header($arr) {
                return;
        }
-       
+
        function show_form($error=NULL) {
                $q = $this->trimmed('q');
                $page = $this->trimmed('page', 1);
-               
+
                common_show_header($this->get_title(), array($this, 'show_header'), array($q, $error),
                                                   array($this, 'show_top'));
                common_element_start('form', array('method' => 'post',
@@ -70,8 +70,8 @@ class SearchAction extends Action {
                                                                          'id' => 'search',
                                                                          'name' => 'search',
                                                                          'class' => 'submit',
-                                                                         'value' => _t('Search')));
-                                          
+                                                                         'value' => _('Search')));
+
                common_element_end('p');
                common_element_end('form');
                if ($q) {
@@ -79,7 +79,7 @@ class SearchAction extends Action {
                }
                common_show_footer();
        }
-       
+
        function search_menu() {
         # action => array('prompt', 'title')
         static $menu =