From df1aeffe700ba59e4580b59e18bf40c624ef5c69 Mon Sep 17 00:00:00 2001 From: Mark Carver Date: Mon, 29 Jul 2013 11:36:31 -0500 Subject: Issue #2052973 by Mark Carver: Fix "standardize capitalization on actions" in toolbar.js --- core/modules/toolbar/js/toolbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/toolbar/js/toolbar.js b/core/modules/toolbar/js/toolbar.js index a0efd2a..0f00be5 100644 --- a/core/modules/toolbar/js/toolbar.js +++ b/core/modules/toolbar/js/toolbar.js @@ -15,8 +15,8 @@ var options = $.extend({ 'module.toolbar.wide': '' }, strings: { - opened: Drupal.t('opened'), - closed: Drupal.t('closed'), + opened: Drupal.t('Opened'), + closed: Drupal.t('Closed'), horizontal: Drupal.t('Horizontal orientation'), vertical: Drupal.t('Vertical orientation') } -- 1.8.2