[gimp-data-extras: 1/2] Change "Javascript" to "JavaScript"




commit 37411a93503bf87ba906e7cce50e6f196b1c7a22
Author: scootergrisen <scootergrisen gmail com>
Date:   Tue Dec 15 18:59:23 2020 +0000

    Change "Javascript" to "JavaScript"

 plug-ins/python3/py-slice.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/python3/py-slice.py b/plug-ins/python3/py-slice.py
index 7bc5dc6..1823fc8 100755
--- a/plug-ins/python3/py-slice.py
+++ b/plug-ins/python3/py-slice.py
@@ -471,8 +471,8 @@ class PySlice (Gimp.PlugIn):
                         0, 15, 0,
                         GObject.ParamFlags.READWRITE),
         "animate": (bool,
-                    _("Javascript for onmouseover and clicked"),
-                    _("Javascript for onmouseover and clicked"),
+                    _("JavaScript for onmouseover and clicked"),
+                    _("JavaScript for onmouseover and clicked"),
                     False,
                     GObject.ParamFlags.READWRITE),
         # table caps are table cells on the edge of the table


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