Fix draft translation

This commit is contained in:
Nic Haynes 2012-03-22 08:41:38 -05:00
parent 435763f307
commit 0c78cd138d
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<span class="preview">
<%= " by #{post.author.username}" if post.author.present? %>
<% if post.draft? %>
<span class="label notice">Draft</span>
<span class="label notice"><%= t('refinery.blog.admin.posts.post.draft') %></span>
<% else %>
<%= post.published_at.strftime('%b %d, %Y') %>
<% end %>

View file

@ -57,6 +57,7 @@ en:
view_live_html: 'View this blog post live <br/><em>(opens in a new window)</em>'
edit: Edit this blog post
delete: Remove this blog post forever
draft: Draft
settings:
notification_recipients:
value: Send notifications to