Fix inconsistent label which does not match tooltip

This commit is contained in:
Daniel James 2012-10-12 17:15:57 +01:00
parent f77ec31a8d
commit 1613353be8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div id="show_builder" class="sb-content ui-widget ui-widget-content block-shadow omega-block padded">
<div class="sb-timerange">
<?php if(!$this->disableLib && !$this->showLib):?>
<a id="sb_edit" class="btn btn-small" href="#" title="open the library to schedule files.">
<a id="sb_edit" class="btn btn-small" href="#" title="Open library to schedule files">
Schedule files
</a>
<?php endif; ?>