Changeset 148494 in webkit


Ignore:
Timestamp:
Apr 15, 2013 10:56:18 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Seokju Kwon <Seokju Kwon> on 2013-04-15
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

    r148487 r148494  
     12013-04-15  Seokju Kwon  <seokju.kwon@gmail.com>
     2
     3        Web Inspector: Add missing Localized strings
     4        https://bugs.webkit.org/show_bug.cgi?id=114656
     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-15  Dean Jackson  <dino@apple.com>
    213
  • trunk/Source/WebCore/English.lproj/localizedStrings.js

    r148017 r148494  
    924924localizedStrings["Whole document"] = "Whole document";
    925925localizedStrings["Rasterize"] = "Rasterize";
     926localizedStrings["Use Ace editor"] = "Use Ace editor";
     927localizedStrings["Show Overrides in drawer"] = "Show Overrides in drawer";
     928localizedStrings["File system folders in Sources Panel"] = "File system folders in Sources Panel";
     929localizedStrings["Show whitespace characters in editor"] = "Show whitespace characters in editor";
     930localizedStrings["Native memory timeline"] = "Native memory timeline";
     931localizedStrings["Enable smart braces in text editor"] = "Enable smart braces in text editor";
     932localizedStrings["Separate profiler tools"] = "Separate profiler tools";
     933localizedStrings["Show Flame Chart in CPU Profiler"] = "Show Flame Chart in CPU Profiler";
Note: See TracChangeset for help on using the changeset viewer.