diff --git a/docs/en/designers/language-modifiers/language-modifier-truncate.xml b/docs/en/designers/language-modifiers/language-modifier-truncate.xml index aa6c7e67..30d671e5 100644 --- a/docs/en/designers/language-modifiers/language-modifier-truncate.xml +++ b/docs/en/designers/language-modifiers/language-modifier-truncate.xml @@ -32,7 +32,8 @@ string No ... - This is the text to append if truncation occurs. + This is a text string that replaces the truncated text. Its length + is NOT included in the truncation length setting. 3 @@ -42,6 +43,15 @@ This determines whether or not to truncate at a word boundary (false), or at the exact character (true). + + 3 + boolean + No + false + This determines whether the truncation happens at the end of the + string (false), or in the middle of the string (true). Note that if this + setting is true, then word boundaries are ignored. + @@ -114,4 +124,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> \ No newline at end of file +-->