]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2582. Merged [7224] to trunk.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Nov 2010 17:10:27 +0000 (17:10 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Nov 2010 17:10:27 +0000 (17:10 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7225 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/views/default/groups/find.php

index 659d7c5eaf3fcc8386a4d9dfead566860974d2c0..70d03e458908cecd9591e2fa895209bfc6a3dac4 100644 (file)
@@ -10,5 +10,5 @@ $tag_string = elgg_echo('groups:search:tags');
 <h3><?php echo elgg_echo('groups:searchtag'); ?></h3>
 <form id="groupsearchform" action="<?php echo elgg_get_site_url(); ?>pg/groups/world/" method="get">
        <input type="text" name="tag" value="<?php echo $tag_string; ?>" onclick="if (this.value=='<?php echo $tag_string; ?>') { this.value='' }" class="search_input" />
-       <input type="submit" value="<?php echo elgg_echo('go'); ?>" />
-</form>
\ No newline at end of file
+       <input type="submit" value="<?php echo elgg_echo('search:go'); ?>" />
+</form>