diff options
author | Joe Sak <joe@joesak.com> | 2011-06-17 07:45:16 -0700 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2011-06-17 07:45:16 -0700 |
commit | 6c14d65673fd3615980f817189f77c16f04eff07 (patch) | |
tree | c636f7d56e9c9d03c987d0a54a77af8238383739 /config | |
parent | b3c06562a4a58e2cd0711f126f58d09b22c97e74 (diff) | |
parent | e1390a0d72e2dc35f1306d11e1e756c138903572 (diff) | |
download | refinerycms-blog-6c14d65673fd3615980f817189f77c16f04eff07.tar.gz refinerycms-blog-6c14d65673fd3615980f817189f77c16f04eff07.tar.bz2 refinerycms-blog-6c14d65673fd3615980f817189f77c16f04eff07.zip |
Merge pull request #76 from wikyd/custom_urls
Allow users to set a custom url for a blog post independent of the title
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index eb886a9..a4ad0fd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -38,6 +38,8 @@ en: toggle_advanced_options: Click to access meta tag settings and menu options save_as_draft: Save as Draft published_at: Publish Date + custom_url: Custom Url + custom_url_help: Generate the url for the blog post from this text instead of the title. index: no_items_yet: 'There are no Blog Posts yet. Click "%{create}" to add your first blog post.' uncategorized: @@ -150,4 +152,4 @@ en: message: Message blog_post: title: Title - body: Body
\ No newline at end of file + body: Body |