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.