Changeset 163130 in webkit
- Timestamp:
- Jan 30, 2014, 3:36:34 PM (12 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r163086 r163130 1 2014-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 1 11 2014-01-30 Diego Pino Garcia <dpino@igalia.com> 2 12 -
trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
r162422 r163130 193 193 localizedStrings["Height"] = "Height"; 194 194 localizedStrings["Hide compositing borders"] = "Hide compositing borders"; 195 localizedStrings["Hide console "] = "Hide console";195 localizedStrings["Hide console (%s)"] = "Hide console (%s)"; 196 196 localizedStrings["Hide shadow DOM nodes"] = "Hide shadow DOM nodes"; 197 197 localizedStrings["Hide the %s details sidebar"] = "Hide the %s details sidebar";
Note:
See TracChangeset
for help on using the changeset viewer.