diff --git a/core/themes/seven/seven.theme b/core/themes/seven/seven.theme index 0e33a77..64240bd 100644 --- a/core/themes/seven/seven.theme +++ b/core/themes/seven/seven.theme @@ -122,11 +122,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(