From b0ff2b2311e5b341d6672f6595ec2e3935ee2f68 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 17 May 2014 01:46:39 -0700 Subject: [PATCH] few more glyphs --- .../javascripts/admin/templates/backups_index.js.handlebars | 2 +- .../admin/templates/site_settings/setting_list.js.handlebars | 2 +- .../templates/site_settings/setting_string.js.handlebars | 2 +- .../javascripts/admin/templates/user_index.js.handlebars | 2 +- config/locales/client.en.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/javascripts/admin/templates/backups_index.js.handlebars b/app/assets/javascripts/admin/templates/backups_index.js.handlebars index e259ceb32b2..cfce46b1b5b 100644 --- a/app/assets/javascripts/admin/templates/backups_index.js.handlebars +++ b/app/assets/javascripts/admin/templates/backups_index.js.handlebars @@ -17,7 +17,7 @@
{{i18n admin.backups.operations.download.text}} - +
diff --git a/app/assets/javascripts/admin/templates/site_settings/setting_list.js.handlebars b/app/assets/javascripts/admin/templates/site_settings/setting_list.js.handlebars index d7423ea8107..29bb00c7078 100644 --- a/app/assets/javascripts/admin/templates/site_settings/setting_list.js.handlebars +++ b/app/assets/javascripts/admin/templates/site_settings/setting_list.js.handlebars @@ -12,6 +12,6 @@ {{else}} {{#if overridden}} - + {{/if}} {{/if}} diff --git a/app/assets/javascripts/admin/templates/site_settings/setting_string.js.handlebars b/app/assets/javascripts/admin/templates/site_settings/setting_string.js.handlebars index e2450ef14bf..2274938d2c3 100644 --- a/app/assets/javascripts/admin/templates/site_settings/setting_string.js.handlebars +++ b/app/assets/javascripts/admin/templates/site_settings/setting_string.js.handlebars @@ -12,6 +12,6 @@ {{else}} {{#if overridden}} - + {{/if}} {{/if}} diff --git a/app/assets/javascripts/admin/templates/user_index.js.handlebars b/app/assets/javascripts/admin/templates/user_index.js.handlebars index d78b85cb2eb..7c443cd157c 100644 --- a/app/assets/javascripts/admin/templates/user_index.js.handlebars +++ b/app/assets/javascripts/admin/templates/user_index.js.handlebars @@ -41,7 +41,7 @@ {{i18n cancel}} {{else}} - + {{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 0d38bdc93f6..f9d1990d0d7 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1457,7 +1457,7 @@ en: new_style: "New Style" delete: "Delete" delete_confirm: "Delete this customization?" - about: "Modify CSS stylesheets and HTML headers on the site. Add one to start." + about: "Modify CSS stylesheets and HTML headers on the site. Add a customization to start." color: "Color" opacity: "Opacity" copy: "Copy" @@ -1467,7 +1467,7 @@ en: colors: title: "Colors" long_title: "Color Schemes" - about: "Modify the colors used on the site without writing CSS. Add one to start." + about: "Modify the colors used on the site without writing CSS. Add a scheme to start." new_name: "New Color Scheme" copy_name_prefix: "Copy of" delete_confirm: "Delete this color scheme?"