config/locales/en.yml in refinerycms-news-0.9.9.5 vs config/locales/en.yml in refinerycms-news-0.9.9.6

- old
+ new

@@ -1,27 +1,27 @@ en: plugins: refinerycms_news: title: News - description: Provides a blog-like news section + description: Provides a simple news section admin: news_items: news_item: - view_live: "View this news item live <br/><em>(opens in a new window)</em>" + view_live_html: "View this news item live <br/><em>(opens in a new window)</em>" edit: "Edit this news item" delete: "Remove this news item forever" + published: Published index: actions: Actions - create: "Create News Item" + create: "Add News Item" news_item: News no_items: "Sorry, no results found." - no_items_yet: 'There are no news items yet. Click "Create News Item" to add your first news item.' + no_items_yet: 'There are no news items yet. Click "Add News Item" to add your first news item.' news_items: show: back_to_index: "Back to all news" published: Published - no_items: "Sorry we haven't posted up any news yet." recent_posts: recent_posts: Recent Posts index: published: Published read_more: Read more @@ -31,6 +31,6 @@ news_item: title: Title body: Body publish_date: Publish date models: - news_item: News Item \ No newline at end of file + news_item: News Item