Skip to content

Commit

Permalink
Typo in search button
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Sep 19, 2013
1 parent 6de7ce6 commit 255b60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en.yml
Expand Up @@ -83,7 +83,7 @@ en:
JUMPTO: 'Jump to:'
MEMBERS: members
POSTS: Posts
SEARCHBUTTON: L
SEARCHBUTTON: Search
SELECT: Select
TOPICS: Topics
ForumHolder:
Expand Down
2 changes: 1 addition & 1 deletion templates/Includes/ForumHeader.ss
Expand Up @@ -9,7 +9,7 @@
<fieldset>
<label for="search-text"><% _t('ForumHeader_ss.SEARCHBUTTON','Search') %></label>
<input id="search-text" class="text active" type="text" name="Search" value="$Query.ATT" />
<input class="submit action" type="submit" value="<% _t('ForumHeader_ss.SEARCHBUTTON','L') %>"/>
<input class="submit action" type="submit" value="<% _t('ForumHeader_ss.SEARCHBUTTON','Search') %>"/>
</fieldset>
</form>
</div>
Expand Down

0 comments on commit 255b60c

Please sign in to comment.