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

View File

@ -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>

View File

@ -383,6 +383,7 @@ en:
help: "Markdown Editing Help"
toggler: "hide or show the composer panel"
admin_options_title: "Optional staff settings for this topic"
auto_close_label: "Auto-close topic after:"
auto_close_units: "days"