aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-26 17:41:32 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-26 17:41:32 +1200
commit5cb85902866dfc0f64885a76ce38f23dd1f89d53 (patch)
treeb9d2110ee59a9bd301ba5648083f5138b17ed0f8 /app/views/admin
parentda6b5e1f572960533f31026981df57f2d59d1b05 (diff)
downloadrefinerycms-blog-5cb85902866dfc0f64885a76ce38f23dd1f89d53.tar.gz
refinerycms-blog-5cb85902866dfc0f64885a76ce38f23dd1f89d53.tar.bz2
refinerycms-blog-5cb85902866dfc0f64885a76ce38f23dd1f89d53.zip
frontend markup and categories.
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/blog/categories/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/categories/_form.html.erb b/app/views/admin/blog/categories/_form.html.erb
index f1ee0bc..0c5b9c4 100644
--- a/app/views/admin/blog/categories/_form.html.erb
+++ b/app/views/admin/blog/categories/_form.html.erb
@@ -10,6 +10,6 @@
:locals => {
:f => f,
:continue_editing => false,
- :delete_title => t('admin.blogs.categories.delete')
+ :delete_title => t('admin.blog.categories.category.delete')
} %>
<% end %> \ No newline at end of file