Fixed some spelling issues and deleted some unnecessary text

This commit is contained in:
Elmar Kouwenhoven
2012-05-15 15:38:14 +02:00
parent 62da99666a
commit 44796be3f5
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<%def name="headerIncludes()">
<div id="subhead_container">
<div id="subhead_menu">
<a href="#" id="menu_link_scan" onclick="doAjaxCall('forceSearch',$(this))" data-success="Checking for wanted albums succesful" data-error="Error checking wanted albums">Force Check</a>
<a href="#" id="menu_link_scan" onclick="doAjaxCall('forceSearch',$(this))" data-success="Checking for wanted albums successful" data-error="Error checking wanted albums">Force Check</a>
</div>
</div>
</%def>