Changeset 148628 in webkit


Ignore:
Timestamp:
Apr 17, 2013 1:02:11 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Seokju Kwon <Seokju Kwon> on 2013-04-17
Reviewed by Timothy Hatcher.

No tests because no behavior change is expected.

  • English.lproj/localizedStrings.js:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r148626 r148628  
     12013-04-17  Seokju Kwon  <seokju.kwon@gmail.com>
     2
     3        Web Inspector: Fix Localized string warngs
     4        https://bugs.webkit.org/show_bug.cgi?id=114718
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        No tests because no behavior change is expected.
     9
     10        * English.lproj/localizedStrings.js:
     11
    1122013-04-17  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/Source/WebCore/English.lproj/localizedStrings.js

    r148494 r148628  
    932932localizedStrings["Separate profiler tools"] = "Separate profiler tools";
    933933localizedStrings["Show Flame Chart in CPU Profiler"] = "Show Flame Chart in CPU Profiler";
     934localizedStrings["CPU Profiler"] = "CPU Profiler";
     935localizedStrings["CSS Profiler"] = "CSS Profiler";
     936localizedStrings["Canvas Profiler"] = "Canvas Profiler";
     937localizedStrings["Memory Distribution"] = "Memory Distribution";
     938localizedStrings["Memory Snapshots"] = "Memory Snapshots";
     939localizedStrings["Take Native Heap Snapshot"] = "Take Native Heap Snapshot";
     940localizedStrings["Native memory snapshot profiles show native heap graph."] = "Native memory snapshot profiles show native heap graph.";
     941localizedStrings["NATIVE SNAPSHOT"] = "NATIVE SNAPSHOT";
     942localizedStrings["Capture native heap graph."] = "Capture native heap graph.";
     943localizedStrings["Capture Native Memory Distribution"] = "Capture Native Memory Distribution";
     944localizedStrings["Capture native memory distribution."] = "Capture native memory distribution.";
     945localizedStrings["Canvas capture mode."] = "Canvas capture mode.";
     946localizedStrings["CSS"] = "CSS";
     947localizedStrings["DOM"] = "DOM";
     948localizedStrings["Memory allocator waste"] = "Memory allocator waste";
     949localizedStrings["MallocWaste"] = "MallocWaste";
     950localizedStrings["JSHeap.Unused"] = "JSHeap.Unused";
     951localizedStrings["JSHeap.Used"] = "JSHeap.Used";
     952localizedStrings["WebInspector"] = "WebInspector";
     953localizedStrings["Audio"] = "Audio";
     954localizedStrings["GlyphCache"] = "GlyphCache";
     955localizedStrings["JSExternalResources"] = "JSExternalResources";
Note: See TracChangeset for help on using the changeset viewer.