From 4fc97bbd48385f32bc542b314efd68dc4e177045 Mon Sep 17 00:00:00 2001 From: Ferran Mesas Date: Wed, 26 Oct 2016 10:28:28 +0200 Subject: [PATCH] Update documentation for sortAscending and sortDescending ARIA strings --- docs/option/language.aria.sortAscending.xml | 4 ++-- docs/option/language.aria.sortDescending.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/option/language.aria.sortAscending.xml b/docs/option/language.aria.sortAscending.xml index 2cbd6e74b..96a999bbf 100644 --- a/docs/option/language.aria.sortAscending.xml +++ b/docs/option/language.aria.sortAscending.xml @@ -10,14 +10,14 @@ ARIA label that is added to the table headers when the column may be sorted ascending by activating the column (click or return when focused). - Note that the column header text is prefixed to this string. + The variable _HEADER_ is replaced by the column header. If not present, the column header is prefixed to this string. ARIA label that is added to the table headers when the column may be sorted descending by activing the column (click or return when focused). - Note that the column header text is prefixed to this string. + The variable _HEADER_ is replaced by the column header. If not present, the column header is prefixed to this string.