Title: [218797] trunk/Source/WebKit2
Revision
218797
Author
[email protected]
Date
2017-06-25 11:20:53 -0700 (Sun, 25 Jun 2017)

Log Message

[GTK][WPE] Unreviewed, fix typo in translatable string

Thanks to Yuri Chornoivan for reporting this typo.

* UIProcess/API/glib/WebKitWebView.cpp:
(webkit_web_view_class_init):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (218796 => 218797)


--- trunk/Source/WebKit2/ChangeLog	2017-06-25 18:18:48 UTC (rev 218796)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-25 18:20:53 UTC (rev 218797)
@@ -1,3 +1,12 @@
+2017-06-25  Michael Catanzaro  <[email protected]>
+
+        [GTK][WPE] Unreviewed, fix typo in translatable string
+
+        Thanks to Yuri Chornoivan for reporting this typo.
+
+        * UIProcess/API/glib/WebKitWebView.cpp:
+        (webkit_web_view_class_init):
+
 2017-06-25  Konstantin Tokarev  <[email protected]>
 
         Remove excessive headers from _javascript_Core

Modified: trunk/Source/WebKit2/UIProcess/API/glib/WebKitWebView.cpp (218796 => 218797)


--- trunk/Source/WebKit2/UIProcess/API/glib/WebKitWebView.cpp	2017-06-25 18:18:48 UTC (rev 218796)
+++ trunk/Source/WebKit2/UIProcess/API/glib/WebKitWebView.cpp	2017-06-25 18:20:53 UTC (rev 218797)
@@ -1013,7 +1013,7 @@
         g_param_spec_boolean(
             "is-controlled-by-automation",
             "Is Controlled By Automation",
-            _("Whether the web view is crontrolled by automation"),
+            _("Whether the web view is controlled by automation"),
             FALSE,
             static_cast<GParamFlags>(WEBKIT_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)));
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to