[gegl] text: fix description of "vertical_wrap" property
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] text: fix description of "vertical_wrap" property
- Date: Tue, 22 Nov 2016 22:56:37 +0000 (UTC)
commit a9d0c294ab23a6e5906b36f4b000a5c810f11b1b
Author: Ell <ell_se yahoo com>
Date: Tue Nov 22 17:55:31 2016 -0500
text: fix description of "vertical_wrap" property
operations/external/text.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/text.c b/operations/external/text.c
index 91dff01..a9191fe 100644
--- a/operations/external/text.c
+++ b/operations/external/text.c
@@ -42,7 +42,8 @@ property_int (wrap, _("Wrap width"), -1)
value_range (-1, 1000000)
property_int (vertical_wrap, _("Wrap height"), 0)
description (_("Sets the height in pixels according to which the text is "
- "vertically justified. Use -1 for infinite height."))
+ "vertically justified. "
+ "Use -1 for no vertical justification."))
value_range (-1, 1000000)
property_int (alignment, _("Justification"), 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]