From 6c5cc0c28173324dce6a7394062fec5359e56cbe Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 18 Jun 2013 14:11:49 +0200 Subject: [PATCH] Issue #2006952 followup by kay_v: Replace theme() with drupal_render() in seven.theme. --- core/themes/seven/seven.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/themes/seven/seven.theme b/core/themes/seven/seven.theme index 7d140d83263..3b110320286 100644 --- a/core/themes/seven/seven.theme +++ b/core/themes/seven/seven.theme @@ -120,11 +120,11 @@ function seven_tablesort_indicator($variables) { if($variables['style'] == 'asc') { $image_uri = $theme_path . '/images/arrow-asc.png'; - $text = t('sort ascending'); + $text = t('Sort ascending'); } else { $image_uri = $theme_path . '/images/arrow-desc.png'; - $text = t('sort descending'); + $text = t('Sort descending'); } $image = array(