Changeset 163130 in webkit


Ignore:
Timestamp:
Jan 30, 2014, 3:36:34 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: [REGRESSION(r163086)] Missing localized string 'Hide console (%s)'
https://bugs.webkit.org/show_bug.cgi?id=127951

Patch by Diego Pino Garcia <Diego Pino Garcia> on 2014-01-30
Reviewed by Timothy Hatcher.

  • Localizations/en.lproj/localizedStrings.js:

Add 'Hide console (%s)'.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r163086 r163130  
     12014-01-30  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        Web Inspector: [REGRESSION(r163086)] Missing localized string 'Hide console (%s)'
     4        https://bugs.webkit.org/show_bug.cgi?id=127951
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * Localizations/en.lproj/localizedStrings.js:
     9        Add 'Hide console (%s)'.
     10
    1112014-01-30  Diego Pino Garcia  <dpino@igalia.com>
    212
  • trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js

    r162422 r163130  
    193193localizedStrings["Height"] = "Height";
    194194localizedStrings["Hide compositing borders"] = "Hide compositing borders";
    195 localizedStrings["Hide console"] = "Hide console";
     195localizedStrings["Hide console (%s)"] = "Hide console (%s)";
    196196localizedStrings["Hide shadow DOM nodes"] = "Hide shadow DOM nodes";
    197197localizedStrings["Hide the %s details sidebar"] = "Hide the %s details sidebar";
Note: See TracChangeset for help on using the changeset viewer.