Fixed some minor spelling & grammar stuff in new UI

This commit is contained in:
rembo10
2012-05-22 16:54:50 +05:30
parent aa324cec9b
commit 57644653ee
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ lossless<%inherit file="base.html" />
</div>
<form action="markArtists" method="get" id="markArtists">
<div id="markalbum">
<select name="action" onChange="doAjaxCall('markArtists',$(this),'table',true);" data-error="You didn't select any artist">
<select name="action" onChange="doAjaxCall('markArtists',$(this),'table',true);" data-error="You didn't select any artists">
<option disabled="disabled" selected="selected">Choose...</option>
<option value="pause">Pause</option>
<option value="resume">Resume</option>