UX: title text for wiki icon

This commit is contained in:
Robin Ward 2014-08-06 17:13:46 -04:00
parent 9a70aa7be2
commit 60e70f82b9
2 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
</div>
{{/unless}}
{{#if wiki}}
<div {{action editPost this}} class="wiki"><i class="fa fa-pencil-square-o fa-3x"></i></div>
<div {{action editPost this}} class="wiki" title="{{i18n post.wiki.about}}"><i class="fa fa-pencil-square-o fa-3x"></i></div>
{{/if}}
</div>

View File

@ -1034,6 +1034,9 @@ en:
no_value: "No, keep"
yes_value: "Yes, abandon"
wiki:
about: "this post is a wiki; anyone can edit it"
archetypes:
save: 'Save Options'