diff --git a/data/reference/reference.src b/data/reference/reference.src index 9764885..a3be737 100644 --- a/data/reference/reference.src +++ b/data/reference/reference.src @@ -256,6 +256,8 @@ collections { "The collections represents a theme.
The text block is used to define text properties."; align { "Moves the text relatively along both axis inside the part.
For horizontal alignment, 0.0 moves the text to touch the left edge of the part and 1.0 moves the text to touch the right edge of the part.
For vertical alignment, 0.0 moves the text to touch the top edge of the part and 1.0 moves the text to touch the bottom edge of the part.
The default value is 0.5 0.5."; } + domain { "Sets the domain name of the .mo file which has to be checked for translation."; + } ellipsis { "Balances the text in a relative point from 0.0 to 1.0, this point is the last section of the string to be cut out in case of a resize that is smaller than the text itself.
The default value is 0.0."; } fit { "Specifies whether resizing the text to fit in the part or not.
The default value is 0 0 (disabled).";