Title: [148628] trunk/Source/WebCore
Revision
148628
Author
[email protected]
Date
2013-04-17 13:02:11 -0700 (Wed, 17 Apr 2013)

Log Message

Web Inspector: Fix Localized string warngs
https://bugs.webkit.org/show_bug.cgi?id=114718

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

No tests because no behavior change is expected.

* English.lproj/localizedStrings.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148627 => 148628)


--- trunk/Source/WebCore/ChangeLog	2013-04-17 19:28:00 UTC (rev 148627)
+++ trunk/Source/WebCore/ChangeLog	2013-04-17 20:02:11 UTC (rev 148628)
@@ -1,3 +1,14 @@
+2013-04-17  Seokju Kwon  <[email protected]>
+
+        Web Inspector: Fix Localized string warngs
+        https://bugs.webkit.org/show_bug.cgi?id=114718
+
+        Reviewed by Timothy Hatcher.
+
+        No tests because no behavior change is expected.
+
+        * English.lproj/localizedStrings.js:
+
 2013-04-17  Csaba Osztrogonác  <[email protected]>
 
         [Qt] Unreviewed Windows buildfix.

Modified: trunk/Source/WebCore/English.lproj/localizedStrings.js (148627 => 148628)


--- trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-04-17 19:28:00 UTC (rev 148627)
+++ trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-04-17 20:02:11 UTC (rev 148628)
@@ -930,4 +930,26 @@
 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
+localizedStrings["Show Flame Chart in CPU Profiler"] = "Show Flame Chart in CPU Profiler";
+localizedStrings["CPU Profiler"] = "CPU Profiler";
+localizedStrings["CSS Profiler"] = "CSS Profiler";
+localizedStrings["Canvas Profiler"] = "Canvas Profiler";
+localizedStrings["Memory Distribution"] = "Memory Distribution";
+localizedStrings["Memory Snapshots"] = "Memory Snapshots";
+localizedStrings["Take Native Heap Snapshot"] = "Take Native Heap Snapshot";
+localizedStrings["Native memory snapshot profiles show native heap graph."] = "Native memory snapshot profiles show native heap graph.";
+localizedStrings["NATIVE SNAPSHOT"] = "NATIVE SNAPSHOT";
+localizedStrings["Capture native heap graph."] = "Capture native heap graph.";
+localizedStrings["Capture Native Memory Distribution"] = "Capture Native Memory Distribution";
+localizedStrings["Capture native memory distribution."] = "Capture native memory distribution.";
+localizedStrings["Canvas capture mode."] = "Canvas capture mode.";
+localizedStrings["CSS"] = "CSS";
+localizedStrings["DOM"] = "DOM";
+localizedStrings["Memory allocator waste"] = "Memory allocator waste";
+localizedStrings["MallocWaste"] = "MallocWaste";
+localizedStrings["JSHeap.Unused"] = "JSHeap.Unused";
+localizedStrings["JSHeap.Used"] = "JSHeap.Used";
+localizedStrings["WebInspector"] = "WebInspector";
+localizedStrings["Audio"] = "Audio";
+localizedStrings["GlyphCache"] = "GlyphCache";
+localizedStrings["JSExternalResources"] = "JSExternalResources";
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to