Bug 1193375 - In-content search: Set search inputbox placeholder received from ContentSearch.jsm. r=adw

This commit is contained in:
Nihanth Subramanya
2015-08-28 02:48:13 +05:30
parent da4c00451f
commit fe30d52ee6

View File

@@ -602,6 +602,7 @@ ContentSearchUIController.prototype = {
this._updateSearchWithHeader();
document.getElementById("contentSearchSettingsButton").textContent =
this._strings.searchSettings;
this.input.setAttribute("placeholder", this._strings.searchPlaceholder);
},
_updateDefaultEngineHeader: function () {