https://bugs.webkit.org/show_bug.cgi?id=150425
Patch by Devin Rousso <dcrousso+webkit@gmail.com> on 2015-10-21
Reviewed by Timothy Hatcher.
* Localizations/en.lproj/localizedStrings.js:
* UserInterface/Views/CSSStyleDeclarationTextEditor.js:
(UserInterface/Views/CSSStyleDeclarationTextEditor.prototype._createTextMarkerForPropertyIfNeeded)
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@191418
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-10-21 Devin Rousso <dcrousso+webkit@gmail.com>
+
+ Web Inspector: Add forgotten WebInspector.UIString from r190521
+ https://bugs.webkit.org/show_bug.cgi?id=150425
+
+ Reviewed by Timothy Hatcher.
+
+ * Localizations/en.lproj/localizedStrings.js:
+ * UserInterface/Views/CSSStyleDeclarationTextEditor.js:
+ (UserInterface/Views/CSSStyleDeclarationTextEditor.prototype._createTextMarkerForPropertyIfNeeded)
+
2015-10-21 Devin Rousso <dcrousso+webkit@gmail.com>
Web Inspector: Adjust usages of classList.toggle to ensure a true/false value instead of undefined
&& !property.implicit && typeof this._delegate.cssStyleDeclarationTextEditorShowProperty === "function") {
let arrowElement = WebInspector.createGoToArrowButton();
- arrowElement.title = "Option-click to show source";
+ arrowElement.title = WebInspector.UIString("Option-click to show source");
let delegate = this._delegate;
arrowElement.addEventListener("click", function(event) {