rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=9c2e7758db91e954d607ef2f295a56f4ff1e870b
commit 9c2e7758db91e954d607ef2f295a56f4ff1e870b Author: Vitalii Vorobiov <[email protected]> Date: Mon Aug 1 19:51:28 2016 +0300 property_textblock: add % to ellipsis or else it will keep confusing users @fix --- src/bin/ui/property/property_textblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/property/property_textblock.c b/src/bin/ui/property/property_textblock.c index 97414bd..760ec25 100644 --- a/src/bin/ui/property/property_textblock.c +++ b/src/bin/ui/property/property_textblock.c @@ -1238,7 +1238,7 @@ _init_items() IT.name = "Ellipsis"; _action1(&IT, NULL, NULL, PROPERTY_CONTROL_CHECK, ATTRIBUTE_TEXTBLOCK_ITEM_FORMAT_ELLIPSIS_CHECK, _("Enables or disables the ellipsis feature for text.")); - _action2(&IT, NULL, NULL, PROPERTY_CONTROL_SPINNER, ATTRIBUTE_TEXTBLOCK_ITEM_FORMAT_ELLIPSIS_VALUE, + _action2(&IT, NULL, "%", PROPERTY_CONTROL_SPINNER, ATTRIBUTE_TEXTBLOCK_ITEM_FORMAT_ELLIPSIS_VALUE, _("Sets the ellipsis mode. A value of 0 means ellipsizing " "the leftmost portion of the text first, " "1 on the other hand the rightmost portion.")); --
