better signal on empty category desc

This commit is contained in:
Jeff Atwood 2014-05-29 02:14:08 -07:00
parent c91c6bbb11
commit cc473f1c5d
2 changed files with 2 additions and 2 deletions
app/assets/javascripts/discourse/templates/modal
config/locales

View file

@ -44,7 +44,7 @@
{{/if}}
{{#if topic_url}}
<br/>
<button class="btn btn-small" {{action showCategoryTopic}}>{{i18n category.change_in_category_topic}}</button>
<button class="btn btn-small" {{action showCategoryTopic}}><i class="fa fa-pencil"></i>{{i18n category.change_in_category_topic}}</button>
{{/if}}
</section>
{{/if}}

View file

@ -1127,7 +1127,7 @@ en:
delete_confirm: "Are you sure you want to delete this category?"
delete_error: "There was an error deleting the category."
list: "List Categories"
no_description: "There is no description for this category, edit the topic definition."
no_description: "Please add a description for this category."
change_in_category_topic: "Edit Description"
already_used: 'This color has been used by another category'
security: "Security"