Title: [148494] trunk/Source/WebCore
Revision
148494
Author
[email protected]
Date
2013-04-15 22:56:18 -0700 (Mon, 15 Apr 2013)

Log Message

Web Inspector: Add missing Localized strings
https://bugs.webkit.org/show_bug.cgi?id=114656

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

No tests because no behavior change is expected.

* English.lproj/localizedStrings.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148493 => 148494)


--- trunk/Source/WebCore/ChangeLog	2013-04-16 05:31:18 UTC (rev 148493)
+++ trunk/Source/WebCore/ChangeLog	2013-04-16 05:56:18 UTC (rev 148494)
@@ -1,3 +1,14 @@
+2013-04-15  Seokju Kwon  <[email protected]>
+
+        Web Inspector: Add missing Localized strings
+        https://bugs.webkit.org/show_bug.cgi?id=114656
+
+        Reviewed by Timothy Hatcher.
+
+        No tests because no behavior change is expected.
+
+        * English.lproj/localizedStrings.js:
+
 2013-04-15  Dean Jackson  <[email protected]>
 
         Rename restartedPlugin to isRestartedPlugin. This was

Modified: trunk/Source/WebCore/English.lproj/localizedStrings.js (148493 => 148494)


--- trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-04-16 05:31:18 UTC (rev 148493)
+++ trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-04-16 05:56:18 UTC (rev 148494)
@@ -922,4 +922,12 @@
 localizedStrings["Layout scope"] = "Layout scope";
 localizedStrings["Partial"] = "Partial";
 localizedStrings["Whole document"] = "Whole document";
-localizedStrings["Rasterize"] = "Rasterize";
\ No newline at end of file
+localizedStrings["Rasterize"] = "Rasterize";
+localizedStrings["Use Ace editor"] = "Use Ace editor";
+localizedStrings["Show Overrides in drawer"] = "Show Overrides in drawer";
+localizedStrings["File system folders in Sources Panel"] = "File system folders in Sources Panel";
+localizedStrings["Show whitespace characters in editor"] = "Show whitespace characters in editor";
+localizedStrings["Native memory timeline"] = "Native memory timeline";
+localizedStrings["Enable smart braces in text editor"] = "Enable smart braces in text editor";
+localizedStrings["Separate profiler tools"] = "Separate profiler tools";
+localizedStrings["Show Flame Chart in CPU Profiler"] = "Show Flame Chart in CPU Profiler";
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to