[gegl] gluas: improve translatable property descriptions.



commit cc0ae4d5c97db1c03ce460aac774c74507401579
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Apr 14 21:11:28 2018 +0200

    gluas: improve translatable property descriptions.

 operations/workshop/external/gluas.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/workshop/external/gluas.c b/operations/workshop/external/gluas.c
index 29d37af..3c0d204 100644
--- a/operations/workshop/external/gluas.c
+++ b/operations/workshop/external/gluas.c
@@ -31,14 +31,14 @@ property_string (script, _("Script"), THRESHOLD_SCRIPT)
     ui_meta    ("multiline", "true")
 
 property_string (error, _("Lua error"), "")
-    description(_("parse/compile error, if any"))
+    description(_("Parse/compile error, if any."))
     ui_meta    ("error", "true")
 
 property_file_path (file, _("File"), "")
-    description(_("a stored lua script on disk implementing an operation."))
+    description(_("A stored lua script on disk implementing an operation."))
 
 property_double (user_value, _("User value"), 1.0)
-    description(_("(appears in the global variable 'user_value' in lua."))
+    description(_("Available as a global variable 'user_value' in lua."))
     value_range (-1000.0, 1000.0)
 
 #else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]