<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[196184] trunk/Source/WebInspectorUI</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/196184">196184</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2016-02-05 13:20:52 -0800 (Fri, 05 Feb 2016)</dd>
</dl>
<h3>Log Message</h3>
<pre>Web Inspector: Replace all instances of '%s' with “%s“
https://bugs.webkit.org/show_bug.cgi?id=153891
<rdar://problem/24510236>
Patch by Devin Rousso <dcrousso+webkit@gmail.com> on 2016-02-05
Reviewed by Timothy Hatcher.
Switched all WebInspector.UIString() from using '' to ““.
* Localizations/en.lproj/localizedStrings.js:
* UserInterface/Views/CSSStyleDeclarationSection.js:
(WebInspector.CSSStyleDeclarationSection.prototype._handleSelectorPaste):
* UserInterface/Views/CSSStyleDeclarationTextEditor.js:
(WebInspector.CSSStyleDeclarationTextEditor.prototype._createTextMarkerForPropertyIfNeeded):
* UserInterface/Views/VisualStylePropertyEditor.js:
(WebInspector.VisualStylePropertyEditor.prototype.update):
* UserInterface/Views/VisualStyleSelectorTreeItem.js:
(WebInspector.VisualStyleSelectorTreeItem.prototype._updateSelectorIcon):</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs">trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDeclarationSectionjs">trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDeclarationTextEditorjs">trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsVisualStylePropertyEditorjs">trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditor.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsVisualStyleSelectorTreeItemjs">trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleSelectorTreeItem.js</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (196183 => 196184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2016-02-05 21:19:04 UTC (rev 196183)
+++ trunk/Source/WebInspectorUI/ChangeLog        2016-02-05 21:20:52 UTC (rev 196184)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2016-02-05 Devin Rousso <dcrousso+webkit@gmail.com>
+
+ Web Inspector: Replace all instances of '%s' with “%s“
+ https://bugs.webkit.org/show_bug.cgi?id=153891
+ <rdar://problem/24510236>
+
+ Reviewed by Timothy Hatcher.
+
+ Switched all WebInspector.UIString() from using '' to ““.
+
+ * Localizations/en.lproj/localizedStrings.js:
+ * UserInterface/Views/CSSStyleDeclarationSection.js:
+ (WebInspector.CSSStyleDeclarationSection.prototype._handleSelectorPaste):
+ * UserInterface/Views/CSSStyleDeclarationTextEditor.js:
+ (WebInspector.CSSStyleDeclarationTextEditor.prototype._createTextMarkerForPropertyIfNeeded):
+ * UserInterface/Views/VisualStylePropertyEditor.js:
+ (WebInspector.VisualStylePropertyEditor.prototype.update):
+ * UserInterface/Views/VisualStyleSelectorTreeItem.js:
+ (WebInspector.VisualStyleSelectorTreeItem.prototype._updateSelectorIcon):
+
</ins><span class="cx"> 2016-02-05 Nikita Vasilyev <nvasilyev@apple.com>
</span><span class="cx">
</span><span class="cx"> REGRESSION (r193913): Web Inspector: Wrong z-index of inner sections
</span></span></pre></div>
<a id="trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js (196183 => 196184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2016-02-05 21:19:04 UTC (rev 196183)
+++ trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2016-02-05 21:20:52 UTC (rev 196184)
</span><span class="lines">@@ -208,7 +208,7 @@
</span><span class="cx"> localizedStrings["Delete Node"] = "Delete Node";
</span><span class="cx"> localizedStrings["Detach into separate window"] = "Detach into separate window";
</span><span class="cx"> localizedStrings["Details"] = "Details";
</span><del>-localizedStrings["Did you mean '%s'?\nClick to replace."] = "Did you mean '%s'?\nClick to replace.";
</del><ins>+localizedStrings["Did you mean %s ?\nClick to replace."] = "Did you mean %s ?\nClick to replace.";
</ins><span class="cx"> localizedStrings["Dimensions"] = "Dimensions";
</span><span class="cx"> localizedStrings["Direction"] = "Direction";
</span><span class="cx"> localizedStrings["Disable Breakpoint"] = "Disable Breakpoint";
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx"> localizedStrings["Done"] = "Done";
</span><span class="cx"> localizedStrings["Download Web Archive"] = "Download Web Archive";
</span><span class="cx"> localizedStrings["Duplicate Selector"] = "Duplicate Selector";
</span><del>-localizedStrings["Duplicate property '%s'.\nClick to delete this property."] = "Duplicate property '%s'.\nClick to delete this property.";
</del><ins>+localizedStrings["Duplicate property %s .\nClick to delete this property."] = "Duplicate property %s .\nClick to delete this property.";
</ins><span class="cx"> localizedStrings["Duration"] = "Duration";
</span><span class="cx"> localizedStrings["Dynamically calculated for the parent element"] = "Dynamically calculated for the parent element";
</span><span class="cx"> localizedStrings["Dynamically calculated for the selected element"] = "Dynamically calculated for the selected element";
</span><span class="lines">@@ -648,14 +648,14 @@
</span><span class="cx"> localizedStrings["Text"] = "Text";
</span><span class="cx"> localizedStrings["Text Node"] = "Text Node";
</span><span class="cx"> localizedStrings["Text Only"] = "Text Only";
</span><del>-localizedStrings["The 'webkit' prefix is needed for this property.\nClick to insert a duplicate with the prefix."] = "The 'webkit' prefix is needed for this property.\nClick to insert a duplicate with the prefix.";
-localizedStrings["The 'webkit' prefix is not necessary.\nClick to insert a duplicate without the prefix."] = "The 'webkit' prefix is not necessary.\nClick to insert a duplicate without the prefix.";
-localizedStrings["The property '%s' is not supported."] = "The property '%s' is not supported.";
-localizedStrings["The selector '%s' is invalid.\nClick to revert to the previous selector."] = "The selector '%s' is invalid.\nClick to revert to the previous selector.";
-localizedStrings["The value '%s' is not supported for this property."] = "The value '%s' is not supported for this property.";
-localizedStrings["The value '%s' is not supported for this property.\nClick to delete and open autocomplete."] = "The value '%s' is not supported for this property.\nClick to delete and open autocomplete.";
-localizedStrings["The value '%s' needs units.\nClick to add 'px' to the value."] = "The value '%s' needs units.\nClick to add 'px' to the value.";
</del><ins>+localizedStrings["The property %s is not supported."] = "The property %s is not supported.";
+localizedStrings["The selector %s is invalid.\nClick to revert to the previous selector."] = "The selector %s is invalid.\nClick to revert to the previous selector.";
+localizedStrings["The value %s is not supported for this property."] = "The value %s is not supported for this property.";
+localizedStrings["The value %s is not supported for this property.\nClick to delete and open autocomplete."] = "The value %s is not supported for this property.\nClick to delete and open autocomplete.";
+localizedStrings["The value %s needs units.\nClick to add px to the value."] = "The value %s needs units.\nClick to add px to the value.";
</ins><span class="cx"> localizedStrings["The %s \ntable is empty."] = "The %s \ntable is empty.";
</span><ins>+localizedStrings["The webkit prefix is needed for this property.\nClick to insert a duplicate with the prefix."] = "The webkit prefix is needed for this property.\nClick to insert a duplicate with the prefix.";
+localizedStrings["The webkit prefix is not necessary.\nClick to insert a duplicate without the prefix."] = "The webkit prefix is not necessary.\nClick to insert a duplicate without the prefix.";
</ins><span class="cx"> localizedStrings["This Element"] = "This Element";
</span><span class="cx"> localizedStrings["This property needs a value.\nClick to open autocomplete."] = "This property needs a value.\nClick to open autocomplete.";
</span><span class="cx"> localizedStrings["Time"] = "Time";
</span><span class="lines">@@ -695,7 +695,7 @@
</span><span class="cx"> localizedStrings["User Agent Stylesheet"] = "User Agent Stylesheet";
</span><span class="cx"> localizedStrings["User Stylesheet"] = "User Stylesheet";
</span><span class="cx"> localizedStrings["Using Keyword Value"] = "Using Keyword Value";
</span><del>-localizedStrings["Using the previous selector '%s'."] = "Using the previous selector '%s'.";
</del><ins>+localizedStrings["Using the previous selector %s ."] = "Using the previous selector %s .";
</ins><span class="cx"> localizedStrings["Value"] = "Value";
</span><span class="cx"> localizedStrings["Variants"] = "Variants";
</span><span class="cx"> localizedStrings["Vertical"] = "Vertical";
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDeclarationSectionjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js (196183 => 196184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js        2016-02-05 21:19:04 UTC (rev 196183)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationSection.js        2016-02-05 21:20:52 UTC (rev 196184)
</span><span class="lines">@@ -648,8 +648,8 @@
</span><span class="cx"> return;
</span><span class="cx"> }
</span><span class="cx">
</span><del>- this._iconElement.title = WebInspector.UIString("The selector '%s' is invalid.\nClick to revert to the previous selector.").format(this._selectorElement.textContent.trim());
- this._selectorElement.title = WebInspector.UIString("Using the previous selector '%s'.").format(this._style.ownerRule.selectorText);
</del><ins>+ this._iconElement.title = WebInspector.UIString("The selector “%s” is invalid.\nClick to revert to the previous selector.").format(this._selectorElement.textContent.trim());
+ this._selectorElement.title = WebInspector.UIString("Using the previous selector “%s”.").format(this._style.ownerRule.selectorText);
</ins><span class="cx"> for (let i = 0; i < this._selectorElement.children.length; ++i)
</span><span class="cx"> this._selectorElement.children[i].title = null;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCSSStyleDeclarationTextEditorjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js (196183 => 196184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js        2016-02-05 21:19:04 UTC (rev 196183)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js        2016-02-05 21:20:52 UTC (rev 196184)
</span><span class="lines">@@ -1073,14 +1073,14 @@
</span><span class="cx"> // This property has a prefix and is valid without the prefix and the rule containing this property does not have the unprefixed version of the property.
</span><span class="cx"> generateInvalidMarker.call(this, {
</span><span class="cx"> position: from,
</span><del>- title: WebInspector.UIString("The 'webkit' prefix is not necessary.\nClick to insert a duplicate without the prefix."),
</del><ins>+ title: WebInspector.UIString("The “webkit” prefix is not necessary.\nClick to insert a duplicate without the prefix."),
</ins><span class="cx"> correction: property.text + "\n" + property.text.replace("-webkit-", ""),
</span><span class="cx"> autocomplete: false
</span><span class="cx"> });
</span><span class="cx"> } else if (instances > 1) {
</span><span class="cx"> invalidMarkerInfo = {
</span><span class="cx"> position: from,
</span><del>- title: WebInspector.UIString("Duplicate property '%s'.\nClick to delete this property.").format(property.name),
</del><ins>+ title: WebInspector.UIString("Duplicate property “%s”.\nClick to delete this property.").format(property.name),
</ins><span class="cx"> correction: "",
</span><span class="cx"> autocomplete: false
</span><span class="cx"> };
</span><span class="lines">@@ -1104,12 +1104,12 @@
</span><span class="cx"> if (/^(?:\d+)$/.test(property.value)) {
</span><span class="cx"> invalidMarkerInfo = {
</span><span class="cx"> position: start,
</span><del>- title: WebInspector.UIString("The value '%s' needs units.\nClick to add 'px' to the value.").format(property.value),
</del><ins>+ title: WebInspector.UIString("The value “%s” needs units.\nClick to add “px” to the value.").format(property.value),
</ins><span class="cx"> correction: property.name + ": " + property.value + "px;",
</span><span class="cx"> autocomplete: false
</span><span class="cx"> };
</span><span class="cx"> } else {
</span><del>- var valueReplacement = property.value.length ? WebInspector.UIString("The value '%s' is not supported for this property.\nClick to delete and open autocomplete.").format(property.value) : WebInspector.UIString("This property needs a value.\nClick to open autocomplete.");
</del><ins>+ var valueReplacement = property.value.length ? WebInspector.UIString("The value “%s” is not supported for this property.\nClick to delete and open autocomplete.").format(property.value) : WebInspector.UIString("This property needs a value.\nClick to open autocomplete.");
</ins><span class="cx">
</span><span class="cx"> invalidMarkerInfo = {
</span><span class="cx"> position: start,
</span><span class="lines">@@ -1122,7 +1122,7 @@
</span><span class="cx"> // The property is valid and exists in the rule while its prefixed version does not.
</span><span class="cx"> invalidMarkerInfo = {
</span><span class="cx"> position: from,
</span><del>- title: WebInspector.UIString("The 'webkit' prefix is needed for this property.\nClick to insert a duplicate with the prefix."),
</del><ins>+ title: WebInspector.UIString("The “webkit” prefix is needed for this property.\nClick to insert a duplicate with the prefix."),
</ins><span class="cx"> correction: "-webkit-" + property.text + "\n" + property.text,
</span><span class="cx"> autocomplete: false
</span><span class="cx"> };
</span><span class="lines">@@ -1134,7 +1134,7 @@
</span><span class="cx"> // The property name has less than 3 other properties that have the same Levenshtein distance.
</span><span class="cx"> invalidMarkerInfo = {
</span><span class="cx"> position: from,
</span><del>- title: WebInspector.UIString("Did you mean '%s'?\nClick to replace.").format(closestPropertyName),
</del><ins>+ title: WebInspector.UIString("Did you mean “%s”?\nClick to replace.").format(closestPropertyName),
</ins><span class="cx"> correction: property.text.replace(property.name, closestPropertyName),
</span><span class="cx"> autocomplete: true
</span><span class="cx"> };
</span><span class="lines">@@ -1142,7 +1142,7 @@
</span><span class="cx"> // The unprefixed property name has less than 3 other properties that have the same Levenshtein distance.
</span><span class="cx"> invalidMarkerInfo = {
</span><span class="cx"> position: from,
</span><del>- title: WebInspector.UIString("Did you mean '%s'?\nClick to replace.").format("-webkit-" + closestPropertyName),
</del><ins>+ title: WebInspector.UIString("Did you mean “%s”?\nClick to replace.").format("-webkit-" + closestPropertyName),
</ins><span class="cx"> correction: property.text.replace(property.canonicalName, closestPropertyName),
</span><span class="cx"> autocomplete: true
</span><span class="cx"> };
</span><span class="lines">@@ -1150,7 +1150,7 @@
</span><span class="cx"> // The property name is so vague or nonsensical that there are more than 3 other properties that have the same Levenshtein value.
</span><span class="cx"> invalidMarkerInfo = {
</span><span class="cx"> position: from,
</span><del>- title: WebInspector.UIString("The property '%s' is not supported.").format(property.name),
</del><ins>+ title: WebInspector.UIString("The property “%s” is not supported.").format(property.name),
</ins><span class="cx"> correction: false,
</span><span class="cx"> autocomplete: false
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsVisualStylePropertyEditorjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditor.js (196183 => 196184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditor.js        2016-02-05 21:19:04 UTC (rev 196183)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditor.js        2016-02-05 21:20:52 UTC (rev 196184)
</span><span class="lines">@@ -291,7 +291,7 @@
</span><span class="cx">
</span><span class="cx"> if (!propertyMissing && !property.valid) {
</span><span class="cx"> this._warningElement.classList.add("invalid-value");
</span><del>- this._warningElement.title = WebInspector.UIString("The value '%s' is not supported for this property.").format(propertyText);
</del><ins>+ this._warningElement.title = WebInspector.UIString("The value “%s” is not supported for this property.").format(propertyText);
</ins><span class="cx"> this.specialPropertyPlaceholderElementText = propertyText;
</span><span class="cx"> return;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsVisualStyleSelectorTreeItemjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleSelectorTreeItem.js (196183 => 196184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleSelectorTreeItem.js        2016-02-05 21:19:04 UTC (rev 196183)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleSelectorTreeItem.js        2016-02-05 21:20:52 UTC (rev 196184)
</span><span class="lines">@@ -261,8 +261,8 @@
</span><span class="cx"> this._hasInvalidSelector = event && event.data && !event.data.valid;
</span><span class="cx"> this._listItemNode.classList.toggle("selector-invalid", !!this._hasInvalidSelector);
</span><span class="cx"> if (this._hasInvalidSelector) {
</span><del>- this._iconElement.title = WebInspector.UIString("The selector '%s' is invalid.\nClick to revert to the previous selector.").format(this.selectorText);
- this.mainTitleElement.title = WebInspector.UIString("Using the previous selector '%s'.").format(this.representedObject.ownerRule.selectorText);
</del><ins>+ this._iconElement.title = WebInspector.UIString("The selector “%s” is invalid.\nClick to revert to the previous selector.").format(this.selectorText);
+ this.mainTitleElement.title = WebInspector.UIString("Using the previous selector “%s”.").format(this.representedObject.ownerRule.selectorText);
</ins><span class="cx"> return;
</span><span class="cx"> }
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body>
</html>