Title: [148017] trunk/Source/WebCore
Revision
148017
Author
[email protected]
Date
2013-04-09 06:13:40 -0700 (Tue, 09 Apr 2013)

Log Message

Web Inspector: Add Localized strings after r144154 and r135127
https://bugs.webkit.org/show_bug.cgi?id=114269

Patch by Seokju Kwon <[email protected]> on 2013-04-09
Reviewed by Timothy Hatcher.

No new tests, no behavior change.

* English.lproj/localizedStrings.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148016 => 148017)


--- trunk/Source/WebCore/ChangeLog	2013-04-09 12:55:11 UTC (rev 148016)
+++ trunk/Source/WebCore/ChangeLog	2013-04-09 13:13:40 UTC (rev 148017)
@@ -1,3 +1,14 @@
+2013-04-09  Seokju Kwon  <[email protected]>
+
+        Web Inspector: Add Localized strings after r144154 and r135127
+        https://bugs.webkit.org/show_bug.cgi?id=114269
+
+        Reviewed by Timothy Hatcher.
+
+        No new tests, no behavior change.
+
+        * English.lproj/localizedStrings.js:
+
 2013-04-09  Antti Koivisto  <[email protected]>
 
         Throttle compositing layer flushes in subframes

Modified: trunk/Source/WebCore/English.lproj/localizedStrings.js (148016 => 148017)


--- trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-04-09 12:55:11 UTC (rev 148016)
+++ trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-04-09 13:13:40 UTC (rev 148017)
@@ -150,7 +150,7 @@
 localizedStrings["Web SQL"] = "Web SQL";
 localizedStrings["DNS Lookup"] = "DNS Lookup";
 localizedStrings["DOMContent event fired"] = "DOMContent event fired";
-localizedStrings["DOMContent event"] = "DOMContent event";
+localizedStrings["DOMContentLoaded event"] = "DOMContentLoaded event";
 localizedStrings["DOM Node Count"] = "DOM Node Count";
 localizedStrings["Database no longer has expected version."] = "Database no longer has expected version.";
 localizedStrings["Deactivate breakpoints."] = "Deactivate breakpoints.";
@@ -922,3 +922,4 @@
 localizedStrings["Layout scope"] = "Layout scope";
 localizedStrings["Partial"] = "Partial";
 localizedStrings["Whole document"] = "Whole document";
+localizedStrings["Rasterize"] = "Rasterize";
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to