Use sentence case for better readability

This commit is contained in:
Michael Rose 2018-08-09 15:43:27 -04:00
parent ec0f75b9c0
commit c259535e44
3 changed files with 15 additions and 16 deletions

View file

@ -8,9 +8,9 @@ en: &DEFAULT_EN
pagination_next : "Next" pagination_next : "Next"
breadcrumb_home_label : "Home" breadcrumb_home_label : "Home"
breadcrumb_separator : "/" breadcrumb_separator : "/"
menu_label : "Toggle Menu" menu_label : "Toggle menu"
toc_label : "On This Page" toc_label : "On this page"
ext_link_label : "Direct Link" ext_link_label : "Direct link"
less_than : "less than" less_than : "less than"
minute_read : "minute read" minute_read : "minute read"
share_on_label : "Share on" share_on_label : "Share on"
@ -18,16 +18,16 @@ en: &DEFAULT_EN
tags_label : "Tags:" tags_label : "Tags:"
categories_label : "Categories:" categories_label : "Categories:"
date_label : "Updated:" date_label : "Updated:"
comments_label : "Leave a Comment" comments_label : "Leave a comment"
comments_title : "Comments" comments_title : "Comments"
more_label : "Learn More" more_label : "Learn more"
related_label : "You May Also Enjoy" related_label : "You may also enjoy"
follow_label : "Follow:" follow_label : "Follow:"
feed_label : "Feed" feed_label : "Feed"
powered_by : "Powered by" powered_by : "Powered by"
website_label : "Website" website_label : "Website"
email_label : "Email" email_label : "Email"
recent_posts : "Recent Posts" recent_posts : "Recent posts"
undefined_wpm : "Undefined parameter words_per_minute at _config.yml" undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
comment_form_info : "Your email address will not be published. Required fields are marked" comment_form_info : "Your email address will not be published. Required fields are marked"
comment_form_comment_label : "Comment" comment_form_comment_label : "Comment"
@ -35,7 +35,7 @@ en: &DEFAULT_EN
comment_form_name_label : "Name" comment_form_name_label : "Name"
comment_form_email_label : "Email address" comment_form_email_label : "Email address"
comment_form_website_label : "Website (optional)" comment_form_website_label : "Website (optional)"
comment_btn_submit : "Submit Comment" comment_btn_submit : "Submit comment"
comment_btn_submitted : "Submitted" comment_btn_submitted : "Submitted"
comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved." comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved."
comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again." comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again."

View file

@ -499,7 +499,6 @@
.toc { .toc {
font-family: $sans-serif-narrow; font-family: $sans-serif-narrow;
color: $gray; color: $gray;
text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;
background-color: $background-color; background-color: $background-color;
border: 1px solid $border-color; border: 1px solid $border-color;

View file

@ -8,9 +8,9 @@ en: &DEFAULT_EN
pagination_next : "Next" pagination_next : "Next"
breadcrumb_home_label : "Home" breadcrumb_home_label : "Home"
breadcrumb_separator : "/" breadcrumb_separator : "/"
menu_label : "Toggle Menu" menu_label : "Toggle menu"
toc_label : "On This Page" toc_label : "On this page"
ext_link_label : "Direct Link" ext_link_label : "Direct link"
less_than : "less than" less_than : "less than"
minute_read : "minute read" minute_read : "minute read"
share_on_label : "Share on" share_on_label : "Share on"
@ -18,16 +18,16 @@ en: &DEFAULT_EN
tags_label : "Tags:" tags_label : "Tags:"
categories_label : "Categories:" categories_label : "Categories:"
date_label : "Updated:" date_label : "Updated:"
comments_label : "Leave a Comment" comments_label : "Leave a comment"
comments_title : "Comments" comments_title : "Comments"
more_label : "Learn More" more_label : "Learn more"
related_label : "You May Also Enjoy" related_label : "You may also enjoy"
follow_label : "Follow:" follow_label : "Follow:"
feed_label : "Feed" feed_label : "Feed"
powered_by : "Powered by" powered_by : "Powered by"
website_label : "Website" website_label : "Website"
email_label : "Email" email_label : "Email"
recent_posts : "Recent Posts" recent_posts : "Recent posts"
undefined_wpm : "Undefined parameter words_per_minute at _config.yml" undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
comment_form_info : "Your email address will not be published. Required fields are marked" comment_form_info : "Your email address will not be published. Required fields are marked"
comment_form_comment_label : "Comment" comment_form_comment_label : "Comment"