[gegl] newsprint: change label for cross pattern
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gegl] newsprint: change label for cross pattern
- Date: Thu, 18 Jul 2019 00:06:38 +0000 (UTC)
commit 8f872fd37ef25df985a9ccdf3525e8b3ce81aeb2
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Jul 18 01:47:38 2019 +0200
    newsprint: change label for cross pattern
    
    Crossing Lines - is more descriptive and easier understandable
    than orthogonal lines.
 operations/common/newsprint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/common/newsprint.c b/operations/common/newsprint.c
index 146768230..5692060cd 100644
--- a/operations/common/newsprint.c
+++ b/operations/common/newsprint.c
@@ -26,7 +26,7 @@ enum_start (gegl_newsprint_pattern)
   enum_value (GEGL_NEWSPRINT_PATTERN_CIRCLE,   "circle",   N_("Circle"))
   enum_value (GEGL_NEWSPRINT_PATTERN_DIAMOND,  "diamond",  N_("Diamond"))
   enum_value (GEGL_NEWSPRINT_PATTERN_PSCIRCLE, "pssquare", N_("PSSquare (or Euclidian) dot"))
-  enum_value (GEGL_NEWSPRINT_PATTERN_CROSS,    "cross",    N_("Orthogonal Lines"))
+  enum_value (GEGL_NEWSPRINT_PATTERN_CROSS,    "cross",    N_("Crossing Lines"))
 enum_end (GeglNewsprintPattern)
 
 enum_start (gegl_newsprint_color_model)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]