Add title tag to the admin options button in the composer

This commit is contained in:
Neil Lalonde
2013-05-13 15:13:03 -04:00
parent bdca804796
commit b7cdee4d5c
2 changed files with 2 additions and 1 deletions
@@ -37,7 +37,7 @@
<button class='btn' {{action showOptions target="controller"}}>{{i18n topic.options}}</button>
{{/if}}
{{#if content.showAdminOptions}}
<button class="btn no-text" {{action toggleAdminOptions target="view"}}><i class="icon icon-wrench"></i></button>
<button {{action toggleAdminOptions target="view"}} class="btn no-text" title='{{i18n composer.admin_options_title}}'><i class="icon icon-wrench"></i></button>
{{/if}}
{{/unless}}
</div>